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

/freebsd-10.1-release/contrib/sqlite3/
H A Dshell.c1592 static FILE *output_file_open(const char *zFile){ argument
1864 char *zFile = azArg[1]; /* The file from which to extract data */ local
2054 const char *zFile, *zProc; local
2069 const char *zFile = azArg[1]; local
[all...]
H A Dsqlite3.c23429 static int posixOpen(const char *zFile, int flags, int mode){ argument
15341 sqlite3OsOpenMalloc( sqlite3_vfs *pVfs, const char *zFile, sqlite3_file **ppFile, int flags, int *pOutFlags ) argument
27453 const char *zFile = pShmNode->zFilename; local
61822 char const *zFile = sqlite3BtreeGetJournalname(pBt); local
81441 const char *zFile; local
88467 const char *zFile = (const char *)sqlite3_value_text(argv[0]); local
93052 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
93191 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
116935 char *zFile; local
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c24881 static int posixOpen(const char *zFile, int flags, int mode){ argument
14536 sqlite3OsOpenMalloc( sqlite3_vfs *pVfs, const char *zFile, sqlite3_file **ppFile, int flags, int *pOutFlags ) argument
60165 char const *zFile = sqlite3BtreeGetJournalname(pBt); local
78398 const char *zFile; local
85255 const char *zFile = (const char *)sqlite3_value_text(argv[0]); local
89696 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
89776 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
111982 char *zFile; local
[all...]

Completed in 672 milliseconds