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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c16379 SQLITE_PRIVATE void sqlite3MemdebugDump(const char *zFilename){ argument
17022 SQLITE_PRIVATE void sqlite3Memsys3Dump(const char *zFilename){ argument
17646 sqlite3Memsys5Dump(const char *zFilename) argument
26578 openDirectory(const char *zFilename, int *pFd) argument
27060 char *zFilename; /* Name of the mmapped file */ member in struct:unixShmNode
28217 fillInUnixFile( sqlite3_vfs *pVfs, int h, sqlite3_file *pId, const char *zFilename, int ctrlFlags ) argument
29014 unixDlOpen(sqlite3_vfs *NotUsed, const char *zFilename) argument
31997 utf8ToUnicode(const char *zFilename) argument
32024 char *zFilename; local
32050 mbcsToUnicode(const char *zFilename) argument
32082 char *zFilename; local
32106 sqlite3_win32_mbcs_to_utf8(const char *zFilename) argument
32123 sqlite3_win32_utf8_to_mbcs(const char *zFilename) argument
32399 winceCreateLock(const char *zFilename, winFile *pFile) argument
33717 char *zFilename; /* Name of the file */ member in struct:winShmNode
34569 convertUtf8Filename(const char *zFilename) argument
34985 winDelete( sqlite3_vfs *pVfs, const char *zFilename, int syncDir ) argument
35093 winAccess( sqlite3_vfs *pVfs, const char *zFilename, int flags, int *pResOut ) argument
35368 winDlOpen(sqlite3_vfs *pVfs, const char *zFilename) argument
39006 char *zFilename; /* Name of the database file */ member in struct:Pager
42825 sqlite3PagerOpen( sqlite3_vfs *pVfs, Pager **ppPager, const char *zFilename, int nExtra, int flags, int vfsFlags, void (*xReinit)(DbPage*) ) argument
51281 sqlite3BtreeOpen( sqlite3_vfs *pVfs, const char *zFilename, sqlite3 *db, Btree **ppBtree, int flags, int vfsFlags ) argument
65829 const char *zFilename; /* Name of database file for pPager */ member in struct:vdbeExecUnion::OP_JournalMode_stack_vars
117138 openDatabase( const char *zFilename, sqlite3 **ppDb, unsigned int flags, const char *zVfs ) argument
117405 sqlite3_open( const char *zFilename, sqlite3 **ppDb ) argument
117425 sqlite3_open16( const void *zFilename, sqlite3 **ppDb ) argument
118049 sqlite3_uri_parameter(const char *zFilename, const char *zParam) argument
118064 sqlite3_uri_boolean(const char *zFilename, const char *zParam, int bDflt) argument
118073 sqlite3_uri_int64( const char *zFilename, const char *zParam, sqlite3_int64 bDflt ) argument
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c15445 SQLITE_PRIVATE void sqlite3MemdebugDump(const char *zFilename){ argument
16088 sqlite3Memsys3Dump(const char *zFilename) argument
16712 sqlite3Memsys5Dump(const char *zFilename) argument
24052 os2Delete( sqlite3_vfs *pVfs, const char *zFilename, int syncDir ) argument
24072 os2Access( sqlite3_vfs *pVfs, const char *zFilename, int flags, int *pOut ) argument
24127 os2DlOpen(sqlite3_vfs *pVfs, const char *zFilename) argument
27864 openDirectory(const char *zFilename, int *pFd) argument
28191 char *zFilename; /* Name of the mmapped file */ member in struct:unixShmNode
29100 fillInUnixFile( sqlite3_vfs *pVfs, int h, int syncDir, sqlite3_file *pId, const char *zFilename, int noLock, int isDelete, int isReadOnly ) argument
29861 unixDlOpen(sqlite3_vfs *NotUsed, const char *zFilename) argument
31991 utf8ToUnicode(const char *zFilename) argument
32014 char *zFilename; local
32037 mbcsToUnicode(const char *zFilename) argument
32064 char *zFilename; local
32085 sqlite3_win32_mbcs_to_utf8(const char *zFilename) argument
32102 sqlite3_win32_utf8_to_mbcs(const char *zFilename) argument
32324 winceCreateLock(const char *zFilename, winFile *pFile) argument
33304 char *zFilename; /* Name of the file */ member in struct:winShmNode
33916 convertUtf8Filename(const char *zFilename) argument
34235 winDelete( sqlite3_vfs *pVfs, const char *zFilename, int syncDir ) argument
34281 winAccess( sqlite3_vfs *pVfs, const char *zFilename, int flags, int *pResOut ) argument
34519 winDlOpen(sqlite3_vfs *pVfs, const char *zFilename) argument
38205 char *zFilename; /* Name of the database file */ member in struct:Pager
41817 sqlite3PagerOpen( sqlite3_vfs *pVfs, Pager **ppPager, const char *zFilename, int nExtra, int flags, int vfsFlags, void (*xReinit)(DbPage*) ) argument
49960 sqlite3BtreeOpen( sqlite3_vfs *pVfs, const char *zFilename, sqlite3 *db, Btree **ppBtree, int flags, int vfsFlags ) argument
64035 const char *zFilename; /* Name of database file for pPager */ member in struct:vdbeExecUnion::OP_JournalMode_stack_vars
112182 openDatabase( const char *zFilename, sqlite3 **ppDb, unsigned int flags, const char *zVfs ) argument
112442 sqlite3_open( const char *zFilename, sqlite3 **ppDb ) argument
112462 sqlite3_open16( const void *zFilename, sqlite3 **ppDb ) argument
113088 sqlite3_uri_parameter(const char *zFilename, const char *zParam) argument
[all...]

Completed in 424 milliseconds