Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dsqlite3.c1645 ** ^SQLite guarantees that the zFilename parameter to xOpen
1648 ** ^If a suffix is added to the zFilename parameter, it will
1656 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1786 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename);
15469 const char *zFilename, /* Name of database file to open */
26235 sqlite3MemdebugDump(const char *zFilename) sqlite3MemdebugDump() argument
26879 sqlite3Memsys3Dump(const char *zFilename) sqlite3Memsys3Dump() argument
27508 sqlite3Memsys5Dump(const char *zFilename) sqlite3Memsys5Dump() argument
40552 openDirectory(const char *zFilename, int *pFd) openDirectory() argument
41172 char *zFilename; /* Name of the mmapped file */ global() member
42535 fillInUnixFile( sqlite3_vfs *pVfs, int h, sqlite3_file *pId, const char *zFilename, int ctrlFlags ) fillInUnixFile() argument
43520 unixDlOpen(sqlite3_vfs *NotUsed, const char *zFilename) unixDlOpen() argument
47324 winceCreateLock(const char *zFilename, winFile *pFile) winceCreateLock() argument
48801 char *zFilename; /* Name of the file */ global() member
49744 winConvertToUtf8Filename(const void *zFilename) global() argument
49765 winConvertFromUtf8Filename(const char *zFilename) global() argument
50409 winDelete( sqlite3_vfs *pVfs, const char *zFilename, int syncDir ) global() argument
50517 winAccess( sqlite3_vfs *pVfs, const char *zFilename, int flags, int *pResOut ) global() argument
50853 winDlOpen(sqlite3_vfs *pVfs, const char *zFilename) global() argument
56182 char *zFilename; /* Name of the database file */ global() member
60243 sqlite3PagerOpen( sqlite3_vfs *pVfs, Pager **ppPager, const char *zFilename, int nExtra, int flags, int vfsFlags, void (*xReinit)(DbPage*) ) global() argument
71070 sqlite3BtreeOpen( sqlite3_vfs *pVfs, const char *zFilename, sqlite3 *db, Btree **ppBtree, int flags, int vfsFlags ) global() argument
98057 const char *zFilename; /* Name of database file for pPager */ global() local
176574 uriParameter(const char *zFilename, const char *zParam) global() argument
176627 openDatabase( const char *zFilename, sqlite3 **ppDb, unsigned int flags, const char *zVfs ) global() argument
176990 sqlite3_open( const char *zFilename, sqlite3 **ppDb ) global() argument
177010 sqlite3_open16( const void *zFilename, sqlite3 **ppDb ) global() argument
178044 sqlite3_uri_parameter(const char *zFilename, const char *zParam) global() argument
178053 sqlite3_uri_key(const char *zFilename, int N) global() argument
178067 sqlite3_uri_boolean(const char *zFilename, const char *zParam, int bDflt) global() argument
178076 sqlite3_uri_int64( const char *zFilename, const char *zParam, sqlite3_int64 bDflt ) global() argument
178099 sqlite3_filename_database(const char *zFilename) global() argument
178103 sqlite3_filename_journal(const char *zFilename) global() argument
178113 sqlite3_filename_wal(const char *zFilename) global() argument
211983 rbuWinUtf8ToUnicode(const char *zFilename) global() argument
[all...]
H A Dshell.c6330 static void *apndDlOpen(sqlite3_vfs*, const char *zFilename);
20543 int shellDeleteFile(const char *zFilename){ in shellDeleteFile() argument
20546 wchar_t *z = sqlite3_win32_utf8_to_unicode(zFilename); in shellDeleteFile()
20550 rc = unlink(zFilename); in shellDeleteFile()
/third_party/sqlite/include/
H A Dsqlite3.h1335 ** ^SQLite guarantees that the zFilename parameter to xOpen
1338 ** ^If a suffix is added to the zFilename parameter, it will
1346 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1476 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename);

Completed in 171 milliseconds