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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1319 const(char)*zProc, /** Entry point. Derived from zFile if 0 */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7142 ** ^The entry point is zProc.
7143 ** ^(zProc may be 0, in which case SQLite will try to come up with an
7175 const char *zProc, /* Entry point. Derived from zFile if 0 */
H A Dshell.c26046 const char *zFile, *zProc; local
26056 zProc = nArg>=3 ? azArg[2] : 0;
26058 rc = sqlite3_load_extension(p->db, zFile, zProc, &zErrMsg);
H A Dsqlite3.c7455 ** ^The entry point is zProc.
7456 ** ^(zProc may be 0, in which case SQLite will try to come up with an
7488 const char *zProc, /* Entry point. Derived from zFile if 0 */
129616 const char *zProc; local
136718 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
136879 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
[all...]

Completed in 873 milliseconds