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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c105565 memjrnlRead( sqlite3_file *pJfd, void *zBuf, int iAmt, sqlite_int64 iOfst ) argument
105666 memjrnlWrite( sqlite3_file *pJfd, const void *zBuf, int iAmt, sqlite_int64 iOfst ) argument
105739 memjrnlTruncate(sqlite3_file *pJfd, sqlite_int64 size) argument
105769 memjrnlClose(sqlite3_file *pJfd) argument
105781 memjrnlSync(sqlite3_file *pJfd, int flags) argument
105789 memjrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize) argument
105832 sqlite3JournalOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *pJfd, int flags, int nSpill ) argument
105870 sqlite3MemJournalOpen(sqlite3_file *pJfd) argument
105882 sqlite3JournalCreate(sqlite3_file *pJfd) argument
[all...]

Completed in 975 milliseconds