Home
last modified time | relevance | path

Searched refs:zProc (Results 1 - 3 of 3) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3.h6929 ** ^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 Dshell.c23268 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 Dsqlite3.c7238 ** ^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 177 milliseconds