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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h4650 ** SQLite extension library contained in the file zFile.
4671 const char *zFile, /* Name of the shared library containing extension */
4672 const char *zProc, /* Entry point. Derived from zFile if 0 */
H A Dsqlite3.c5203 ** SQLite extension library contained in the file zFile.
5224 const char *zFile, /* Name of the shared library containing extension */
5225 const char *zProc, /* Entry point. Derived from zFile if 0 */
14538 const char *zFile,
14547 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags);
24881 static int posixOpen(const char *zFile, int flags, int mode){ argument
24882 return open(zFile, flags, mode);
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 440 milliseconds