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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h835 ** ^SQLite guarantees that the zFilename parameter to xOpen
838 ** ^If a suffix is added to the zFilename parameter, it will
846 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
970 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename);
2596 ** The zFilename argument is the filename pointer passed into the xOpen()
2602 ** If the zFilename argument to this function is not a pointer that SQLite
2606 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam);
H A Dsqlite3.c1388 ** ^SQLite guarantees that the zFilename parameter to xOpen
1391 ** ^If a suffix is added to the zFilename parameter, it will
1399 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1523 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename);
3149 ** The zFilename argument is the filename pointer passed into the xOpen()
3155 ** If the zFilename argument to this function is not a pointer that SQLite
3159 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam);
7965 const char *zFilename, /* Name of database file to open */
15445 SQLITE_PRIVATE void sqlite3MemdebugDump(const char *zFilename){ argument
15450 out = fopen(zFilename, "
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 415 milliseconds