Searched defs:pFd (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Darrayop.c209 FuncDeclaration **pFd = (FuncDeclaration **)dmd_aaGet(&arrayfuncs, (void *)ident); local
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c17416 static int recoverVfsClose(sqlite3_file *pFd){ argument
17511 static int recoverVfsRead(sqlite3_file *pFd, voi argument
17453 recoverVfsDetectPagesize( sqlite3_recover *p, sqlite3_file *pFd, u32 nReserve, i64 nSz ) argument
17642 recoverVfsWrite( sqlite3_file *pFd, const void *aBuf, int nByte, i64 iOff ) argument
17649 recoverVfsTruncate(sqlite3_file *pFd, sqlite3_int64 size) argument
17654 recoverVfsSync(sqlite3_file *pFd, int flags) argument
17659 recoverVfsFileSize(sqlite3_file *pFd, sqlite3_int64 *pSize) argument
17664 recoverVfsLock(sqlite3_file *pFd, int eLock) argument
17669 recoverVfsUnlock(sqlite3_file *pFd, int eLock) argument
17674 recoverVfsCheckReservedLock(sqlite3_file *pFd, int *pResOut) argument
17679 recoverVfsFileControl(sqlite3_file *pFd, int op, void *pArg) argument
17684 recoverVfsSectorSize(sqlite3_file *pFd) argument
17689 recoverVfsDeviceCharacteristics(sqlite3_file *pFd) argument
17694 recoverVfsShmMap( sqlite3_file *pFd, int iPg, int pgsz, int bExtend, void volatile **pp ) argument
17701 recoverVfsShmLock(sqlite3_file *pFd, int offset, int n, int flags) argument
17706 recoverVfsShmBarrier(sqlite3_file *pFd) argument
17715 recoverVfsShmUnmap(sqlite3_file *pFd, int deleteFlag) argument
17721 recoverVfsFetch( sqlite3_file *pFd, sqlite3_int64 iOff, int iAmt, void **pp ) argument
17733 recoverVfsUnfetch(sqlite3_file *pFd, sqlite3_int64 iOff, void *p) argument
17746 sqlite3_file *pFd = 0; local
17766 sqlite3_file *pFd = 0; local
[all...]
H A Dsqlite3.c41748 openDirectory(const char *zFilename, int *pFd) argument
42152 setDeviceCharacteristics(unixFile *pFd) argument
42260 unixFile *pFd = (unixFile*)id; local
42279 unixFile *pFd = (unixFile*)id; local
42550 unixShmPurge(unixFile *pFd) argument
43300 unixUnmapfile(unixFile *pFd) argument
43325 unixRemapfile( unixFile *pFd, i64 nNew ) argument
43417 unixMapfile(unixFile *pFd, i64 nMap) argument
43456 unixFile *pFd = (unixFile *)fd; /* The underlying database file */ local
43492 unixFile *pFd = (unixFile *)fd; /* The underlying database file */ local
50715 winMapfile(winFile *pFd, sqlite3_int64 nByte) argument
50815 winFile *pFd = (winFile*)fd; /* The underlying database file */ local
50862 winFile *pFd = (winFile*)fd; /* The underlying database file */ local
53056 memdbOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *pFd, int flags, int *pOutFlags ) argument
68429 sqlite3_file *pFd; /* The WAL file to which we write */ member in struct:WalWriter
82292 sqlite3_file *pFd; /* File descriptor for database pTo */ local
102435 sqlite3_file *pFd; /* File handle */ member in struct:SorterFile
102616 sqlite3_file *pFd; /* File handle we are reading from */ member in struct:PmaReader
102682 sqlite3_file *pFd; /* File handle to write to */ member in struct:PmaWriter
102877 sqlite3_file *pFd = pFile->pFd; local
103547 vdbeSorterExtendFile(sqlite3 *db, sqlite3_file *pFd, i64 nByte) argument
103714 vdbePmaWriterInit( sqlite3_file *pFd, PmaWriter *p, int nBuf, i64 iStart ) argument
219815 rbu_file *pFd = (rbuIsVacuum(p) ? p->pRbuFd : p->pTargetFd); local
220344 rbu_file *pFd = (rbuIsVacuum(p) ? p->pRbuFd : p->pTargetFd); local
220794 rbuUpdateTempSize(rbu_file *pFd, sqlite3_int64 nNew) argument
220964 sqlite3_file *pFd = (sqlite3_file*)pRbu->pRbuFd; local
221369 rbu_file *pFd = (rbu_file *)pFile; local
[all...]

Completed in 707 milliseconds