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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c15869 SQLITE_PRIVATE void sqlite3MemdebugDump(const char *zFilename){ argument
16512 SQLITE_PRIVATE void sqlite3Memsys3Dump(const char *zFilename){ argument
17136 sqlite3Memsys5Dump(const char *zFilename) argument
24426 os2Delete( sqlite3_vfs *pVfs, const char *zFilename, int syncDir ) argument
24446 os2Access( sqlite3_vfs *pVfs, const char *zFilename, int flags, int *pOut ) argument
24501 os2DlOpen(sqlite3_vfs *pVfs, const char *zFilename) argument
28250 openDirectory(const char *zFilename, int *pFd) argument
28605 char *zFilename; /* Name of the mmapped file */ member in struct:unixShmNode
29511 fillInUnixFile( sqlite3_vfs *pVfs, int h, sqlite3_file *pId, const char *zFilename, int ctrlFlags ) argument
30292 unixDlOpen(sqlite3_vfs *NotUsed, const char *zFilename) argument
32910 utf8ToUnicode(const char *zFilename) argument
32937 char *zFilename; local
32963 mbcsToUnicode(const char *zFilename) argument
32995 char *zFilename; local
33019 sqlite3_win32_mbcs_to_utf8(const char *zFilename) argument
33036 sqlite3_win32_utf8_to_mbcs(const char *zFilename) argument
33263 winceCreateLock(const char *zFilename, winFile *pFile) argument
34286 char *zFilename; /* Name of the file */ member in struct:winShmNode
34903 convertUtf8Filename(const char *zFilename) argument
35233 winDelete( sqlite3_vfs *pVfs, const char *zFilename, int syncDir ) argument
35281 winAccess( sqlite3_vfs *pVfs, const char *zFilename, int flags, int *pResOut ) argument
35453 winDlOpen(sqlite3_vfs *pVfs, const char *zFilename) argument
38973 char *zFilename; /* Name of the database file */ member in struct:Pager
42605 sqlite3PagerOpen( sqlite3_vfs *pVfs, Pager **ppPager, const char *zFilename, int nExtra, int flags, int vfsFlags, void (*xReinit)(DbPage*) ) argument
50924 sqlite3BtreeOpen( sqlite3_vfs *pVfs, const char *zFilename, sqlite3 *db, Btree **ppBtree, int flags, int vfsFlags ) argument
65254 const char *zFilename; /* Name of database file for pPager */ member in struct:vdbeExecUnion::OP_JournalMode_stack_vars
114274 openDatabase( const char *zFilename, sqlite3 **ppDb, unsigned int flags, const char *zVfs ) argument
114533 sqlite3_open( const char *zFilename, sqlite3 **ppDb ) argument
114553 sqlite3_open16( const void *zFilename, sqlite3 **ppDb ) argument
115186 sqlite3_uri_parameter(const char *zFilename, const char *zParam) argument
115201 sqlite3_uri_boolean(const char *zFilename, const char *zParam, int bDflt) argument
115209 sqlite3_uri_int64( const char *zFilename, const char *zParam, sqlite3_int64 bDflt ) argument
[all...]

Completed in 703 milliseconds