Searched refs:zProc (Results 1 - 3 of 3) sorted by relevance
/third_party/sqlite/include/ |
H A D | sqlite3.h | 6929 ** ^The entry point is zProc. 6930 ** ^(zProc may be 0, in which case SQLite will try to come up with an 6962 const char *zProc, /* Entry point. Derived from zFile if 0 */
|
/third_party/sqlite/src/ |
H A D | shell.c | 23268 const char *zFile, *zProc; in do_meta_command() local 23277 zProc = nArg>=3 ? azArg[2] : 0; in do_meta_command() 23279 rc = sqlite3_load_extension(p->db, zFile, zProc, &zErrMsg); in do_meta_command()
|
H A D | sqlite3.c | 7238 ** ^The entry point is zProc. 7239 ** ^(zProc may be 0, in which case SQLite will try to come up with an 7271 const char *zProc, /* Entry point. Derived from zFile if 0 */ 126229 const char *zProc; global() local 133169 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) global() argument 133320 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) global() argument [all...] |
Completed in 173 milliseconds