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

/external/sqlite/dist/
H A Dshell.c2494 char *zFile = azArg[1]; /* The file from which to extract data */ local
2550 in = fopen(zFile, "rb");
2552 fprintf(stderr, "Error: cannot open \"%s\"\n", zFile);
2584 zFile, lineno, nCol, i+1);
2674 const char *zFile, *zProc; local
2676 zFile = azArg[1];
2679 rc = sqlite3_load_extension(p->db, zFile, zProc, &zErrMsg);
2689 const char *zFile = azArg[1]; local
2694 if( strcmp(zFile,"stdout")==0 ){
2696 }else if( strcmp(zFile, "stder
[all...]
H A Dsqlite3.c4564 ** SQLite extension library contained in the file zFile.
4585 const char *zFile, /* Name of the shared library containing extension */
4586 const char *zProc, /* Entry point. Derived from zFile if 0 */
12220 const char *zFile,
12229 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags);
12218 sqlite3OsOpenMalloc( sqlite3_vfs *pVfs, const char *zFile, sqlite3_file **ppFile, int flags, int *pOutFlags ) argument
49174 char const *zFile = sqlite3BtreeGetJournalname(pBt); local
52495 fileExists(sqlite3 *db, const char *zFile) argument
65765 const char *zFile; local
72396 const char *zFile = (const char *)sqlite3_value_text(argv[0]); local
76683 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
76767 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
[all...]

Completed in 182 milliseconds