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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c27864 static int openDirectory(const char *zFilename, int *pFd){ argument
28315 unixShmPurge(unixFile *pFd) argument
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c32834 openDirectory(const char *zFilename, int *pFd) argument
33498 unixShmPurge(unixFile *pFd) argument
34029 unixUnmapfile(unixFile *pFd) argument
34054 unixRemapfile( unixFile *pFd, i64 nNew ) argument
34146 unixMapfile(unixFile *pFd, i64 nMap) argument
34185 unixFile *pFd = (unixFile *)fd; /* The underlying database file */ local
34216 unixFile *pFd = (unixFile *)fd; /* The underlying database file */ local
41375 winMapfile(winFile *pFd, sqlite3_int64 nByte) argument
41476 winFile *pFd = (winFile*)fd; /* The underlying database file */ local
41517 winFile *pFd = (winFile*)fd; /* The underlying database file */ local
56510 sqlite3_file *pFd; /* The WAL file to which we write */ member in struct:WalWriter
68597 sqlite3_file *pFd; /* File descriptor for database pTo */ local
84787 sqlite3_file *pFd; /* File handle */ member in struct:SorterFile
84968 sqlite3_file *pFd; /* File handle we are reading from */ member in struct:PmaReader
85034 sqlite3_file *pFd; /* File handle to write to */ member in struct:PmaWriter
85229 sqlite3_file *pFd = pFile->pFd; local
85895 vdbeSorterExtendFile(sqlite3 *db, sqlite3_file *pFd, i64 nByte) argument
86071 vdbePmaWriterInit( sqlite3_file *pFd, PmaWriter *p, int nBuf, i64 iStart ) argument
167970 rbu_file *pFd = (rbuIsVacuum(p) ? p->pRbuFd : p->pTargetFd); local
168465 rbu_file *pFd = (rbuIsVacuum(p) ? p->pRbuFd : p->pTargetFd); local
168908 sqlite3_file *pFd = (sqlite3_file*)pRbu->pRbuFd; local
169319 rbu_file *pFd = (rbu_file *)pFile; local
[all...]

Completed in 684 milliseconds