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

/external/sqlite/dist/orig/
H A Dshell.c5367 const char *zFile, *zProc; local
5375 zProc = nArg>=3 ? azArg[2] : 0;
5377 rc = sqlite3_load_extension(p->db, zFile, zProc, &zErrMsg);
H A Dsqlite3.c6026 ** ^The entry point is zProc.
6027 ** ^(zProc may be 0, in which case SQLite will try to come up with an
6059 const char *zProc, /* Entry point. Derived from zFile if 0 */
107151 const char *zProc; local
112441 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
112582 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
[all...]
/external/sqlite/dist/
H A Dshell.c5389 const char *zFile, *zProc; local
5397 zProc = nArg>=3 ? azArg[2] : 0;
5399 rc = sqlite3_load_extension(p->db, zFile, zProc, &zErrMsg);
H A Dsqlite3.c6026 ** ^The entry point is zProc.
6027 ** ^(zProc may be 0, in which case SQLite will try to come up with an
6059 const char *zProc, /* Entry point. Derived from zFile if 0 */
107151 const char *zProc; local
112441 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
112582 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
[all...]

Completed in 520 milliseconds