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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c23288 static int shellDeleteFile(const char *zFilename){ argument
H A Dsqlite3.c27130 sqlite3MemdebugDump(const char *zFilename) argument
27774 sqlite3Memsys3Dump(const char *zFilename) argument
28403 sqlite3Memsys5Dump(const char *zFilename) argument
41748 openDirectory(const char *zFilename, int *pFd) argument
42357 char *zFilename; /* Name of the mmapped file */ member in struct:unixShmNode
43820 fillInUnixFile( sqlite3_vfs *pVfs, int h, sqlite3_file *pId, const char *zFilename, int ctrlFlags ) argument
44755 unixDlOpen(sqlite3_vfs *NotUsed, const char *zFilename) argument
48551 winceCreateLock(const char *zFilename, winFile *pFile) argument
50028 char *zFilename; /* Name of the file */ member in struct:winShmNode
50976 winConvertToUtf8Filename(const void *zFilename) argument
50997 winConvertFromUtf8Filename(const char *zFilename) argument
51645 winDelete( sqlite3_vfs *pVfs, const char *zFilename, int syncDir ) argument
51753 winAccess( sqlite3_vfs *pVfs, const char *zFilename, int flags, int *pResOut ) argument
52096 winDlOpen(sqlite3_vfs *pVfs, const char *zFilename) argument
57436 char *zFilename; /* Name of the database file */ member in struct:Pager
61457 sqlite3PagerOpen( sqlite3_vfs *pVfs, Pager **ppPager, const char *zFilename, int nExtra, int flags, int vfsFlags, void (*xReinit)(DbPage*) ) argument
72657 sqlite3BtreeOpen( sqlite3_vfs *pVfs, const char *zFilename, sqlite3 *db, Btree **ppBtree, int flags, int vfsFlags ) argument
100441 const char *zFilename; /* Name of database file for pPager */ local
181374 uriParameter(const char *zFilename, const char *zParam) argument
181392 openDatabase( const char *zFilename, sqlite3 **ppDb, unsigned int flags, const char *zVfs ) argument
181749 sqlite3_open( const char *zFilename, sqlite3 **ppDb ) argument
181769 sqlite3_open16( const void *zFilename, sqlite3 **ppDb ) argument
182929 sqlite3_uri_parameter(const char *zFilename, const char *zParam) argument
182938 sqlite3_uri_key(const char *zFilename, int N) argument
182952 sqlite3_uri_boolean(const char *zFilename, const char *zParam, int bDflt) argument
182961 sqlite3_uri_int64( const char *zFilename, const char *zParam, sqlite3_int64 bDflt ) argument
182984 sqlite3_filename_database(const char *zFilename) argument
182988 sqlite3_filename_journal(const char *zFilename) argument
182998 sqlite3_filename_wal(const char *zFilename) argument
219467 rbuWinUtf8ToUnicode(const char *zFilename) argument
[all...]

Completed in 620 milliseconds