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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d374 void* function (sqlite3_vfs*, const char *zFilename) xDlOpen;
693 const(char)* sqlite3_uri_parameter(const(char)* zFilename, const(char)* zParam);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c1649 ** ^SQLite guarantees that the zFilename parameter to xOpen
1652 ** ^If a suffix is added to the zFilename parameter, it will
1660 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1790 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename);
16020 const char *zFilename, /* Name of database file to open */
27130 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...]
H A Dsqlite3.h1336 ** ^SQLite guarantees that the zFilename parameter to xOpen
1339 ** ^If a suffix is added to the zFilename parameter, it will
1347 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1477 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename);
H A Dshell.c8785 static void *apndDlOpen(sqlite3_vfs*, const char *zFilename);
23288 static int shellDeleteFile(const char *zFilename){ argument
23291 wchar_t *z = sqlite3_win32_utf8_to_unicode(zFilename);
23295 rc = unlink(zFilename);

Completed in 900 milliseconds