代码搜索:fetch
找到约 3,617 项符合「fetch」的源代码
代码结果 3,617
www.eeworm.com/read/414114/11127085
cpp fetch.cpp
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by all C
www.eeworm.com/read/414114/11127099
h fetch.h
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by all C
www.eeworm.com/read/203704/15352822
c fetch.c
/* $NetBSD: fetch.c,v 1.16.2.1 1997/11/18 01:00:22 mellon Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contrib
www.eeworm.com/read/103960/15715668
c fetch.c
#include "db.h"
/* Fetch a specified record.
* We return a pointer to the null-terminated data. */
char *
db_fetch(DB *db, const char *key)
{
char *ptr;
if (_db_find(db, key, 0) < 0) {
ptr = N
www.eeworm.com/read/100585/15870707
c fetch.c
#include "db.h"
/* Fetch a specified record.
* We return a pointer to the null-terminated data. */
char *
db_fetch(DB *db, const char *key)
{
char *ptr;
if (_db_find(db, key, 0) < 0) {
ptr = N
www.eeworm.com/read/390596/8457610
class fetch1.class
www.eeworm.com/read/390596/8457618
class fetch2.class
www.eeworm.com/read/432726/8580343
cpp bulk_fetch.cpp
#include // for printf
#include // for time
#include // main SQLAPI++ header
void CreateSampleData(SACommand &cmd, int nRows);
int main(int argv, char *argc[])
{