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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c1701 char *zFile = azArg[1]; /* The file from which to extract data */ local
1880 const char *zFile, *zProc; local
1895 const char *zFile = azArg[1]; local
[all...]
H A Dsqlite3.c25260 static int posixOpen(const char *zFile, int flags, int mode){ argument
14863 sqlite3OsOpenMalloc( sqlite3_vfs *pVfs, const char *zFile, sqlite3_file **ppFile, int flags, int *pOutFlags ) argument
61254 char const *zFile = sqlite3BtreeGetJournalname(pBt); local
80335 const char *zFile; local
87210 const char *zFile = (const char *)sqlite3_value_text(argv[0]); local
91672 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
91753 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
114074 char *zFile; local
[all...]

Completed in 435 milliseconds