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

/external/sqlite/dist/orig/
H A Dshell.c1728 char *zFile = azArg[1]; /* The file from which to extract data */ local
1784 in = fopen(zFile, "rb");
1786 fprintf(stderr, "Error: cannot open \"%s\"\n", zFile);
1820 zFile, lineno, nCol, i+1);
1918 const char *zFile, *zProc; local
1920 zFile = azArg[1];
1923 rc = sqlite3_load_extension(p->db, zFile, zProc, &zErrMsg);
1933 const char *zFile = azArg[1]; local
1938 if( strcmp(zFile,"stdout")==0 ){
1940 }else if( strcmp(zFile, "stder
[all...]
H A Dsqlite3.c3253 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
5379 ** SQLite extension library contained in the file zFile.
5400 const char *zFile, /* Name of the shared library containing extension */
5401 const char *zProc, /* Entry point. Derived from zFile if 0 */
14897 const char *zFile,
14906 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags);
25322 static int posixOpen(const char *zFile, int flags, int mode){ argument
25323 return open(zFile, flags, mode);
14895 sqlite3OsOpenMalloc( sqlite3_vfs *pVfs, const char *zFile, sqlite3_file **ppFile, int flags, int *pOutFlags ) argument
61395 char const *zFile = sqlite3BtreeGetJournalname(pBt); local
80458 const char *zFile; local
87333 const char *zFile = (const char *)sqlite3_value_text(argv[0]); local
91798 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
91879 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
114317 char *zFile; local
[all...]
/external/sqlite/dist/
H A Dshell.c1747 char *zFile = azArg[1]; /* The file from which to extract data */ local
1803 in = fopen(zFile, "rb");
1805 fprintf(stderr, "Error: cannot open \"%s\"\n", zFile);
1839 zFile, lineno, nCol, i+1);
1937 const char *zFile, *zProc; local
1939 zFile = azArg[1];
1942 rc = sqlite3_load_extension(p->db, zFile, zProc, &zErrMsg);
1952 const char *zFile = azArg[1]; local
1957 if( strcmp(zFile,"stdout")==0 ){
1959 }else if( strcmp(zFile, "stder
[all...]
H A Dsqlite3.c3253 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
5379 ** SQLite extension library contained in the file zFile.
5400 const char *zFile, /* Name of the shared library containing extension */
5401 const char *zProc, /* Entry point. Derived from zFile if 0 */
14897 const char *zFile,
14906 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags);
25322 static int posixOpen(const char *zFile, int flags, int mode){ argument
25323 return open(zFile, flags, mode);
14895 sqlite3OsOpenMalloc( sqlite3_vfs *pVfs, const char *zFile, sqlite3_file **ppFile, int flags, int *pOutFlags ) argument
61408 char const *zFile = sqlite3BtreeGetJournalname(pBt); local
80471 const char *zFile; local
87346 const char *zFile = (const char *)sqlite3_value_text(argv[0]); local
91811 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
91892 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
114330 char *zFile; local
[all...]

Completed in 319 milliseconds