Searched defs:pBuf (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Dntgroups.c59 LPLOCALGROUP_USERS_INFO_0 pBuf = NULL; local
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/
H A Dntgroups.c59 LPLOCALGROUP_USERS_INFO_0 pBuf = NULL; local
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dhook.c71 char FAR *pBuf; member in struct:_HOOK
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_jjy.c662 char *pBuf ; local
850 char *pBuf ; local
928 char *pBuf ; local
1086 char *pBuf ; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmoused.c1510 static unsigned char pBuf[8]; local
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h6056 void *pBuf; /* The content of the page */ member in struct:sqlite3_pcache_page
H A Dsqlite3.c6606 void *pBuf; /* The content of the page */ member in struct:sqlite3_pcache_page
14706 SQLITE_PRIVATE int sqlite3OsRead(sqlite3_file *id, void *pBuf, int amt, i64 offset){ argument
14710 SQLITE_PRIVATE int sqlite3OsWrite(sqlite3_file *id, const void *pBuf, int amt, i64 offset){ argument
15612 static void randomFill(char *pBuf, int nByte){ argument
19014 LookasideSlot *pBuf = (LookasideSlot*)p; local
19138 LookasideSlot *pBuf; local
20378 sqlite3_randomness(int N, void *pBuf) argument
22942 os2Read( sqlite3_file *id, void *pBuf, int amt, sqlite3_int64 offset ) argument
22973 os2Write( sqlite3_file *id, const void *pBuf, int amt, sqlite3_int64 offset ) argument
27911 seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt) argument
27962 unixRead( sqlite3_file *id, void *pBuf, int amt, sqlite3_int64 offset ) argument
28002 seekAndWrite(unixFile *id, i64 offset, const void *pBuf, int cnt) argument
28041 unixWrite( sqlite3_file *id, const void *pBuf, int amt, sqlite3_int64 offset ) argument
33627 winRead( sqlite3_file *id, void *pBuf, int amt, sqlite3_int64 offset ) argument
33665 winWrite( sqlite3_file *id, const void *pBuf, int amt, sqlite3_int64 offset ) argument
35932 sqlite3BitvecClear(Bitvec *p, u32 i, void *pBuf) argument
36893 sqlite3PCacheBufferSetup(void *pBuf, int sz, int n) argument
53027 copyPayload( void *pPayload, void *pBuf, int nByte, int eOp, DbPage *pDbPage ) argument
53076 accessPayload( BtCursor *pCur, u32 offset, u32 amt, unsigned char *pBuf, int eOp ) argument
53254 sqlite3BtreeKey(BtCursor *pCur, u32 offset, u32 amt, void *pBuf) argument
53271 sqlite3BtreeData(BtCursor *pCur, u32 offset, u32 amt, void *pBuf) argument
60755 allocSpace( void *pBuf, int nByte, u8 **ppFrom, u8 *pEnd, int *pnByte ) argument
112682 setupLookaside(sqlite3 *db, void *pBuf, int sz, int cnt) argument
112771 void *pBuf = va_arg(ap, void*); /* IMP: R-26835-10964 */ local
[all...]

Completed in 417 milliseconds