Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1319 const(char)*zProc, /** Entry point. Derived from zFile if 0 */
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h7175 const char *zProc, /* Entry point. Derived from zFile if 0 */
H A Dshell.c26046 const char *zFile, *zProc; in do_meta_command() local
26056 zProc = nArg>=3 ? azArg[2] : 0; in do_meta_command()
26058 rc = sqlite3_load_extension(p->db, zFile, zProc, &zErrMsg); in do_meta_command()
H A Dsqlite3.c7488 const char *zProc, /* Entry point. Derived from zFile if 0 */
129616 const char *zProc;
129629 zProc = (const char *)sqlite3_value_text(argv[1]);
129631 zProc = 0;
129633 if( zFile && sqlite3_load_extension(db, zFile, zProc, &zErrMsg) ){
136721 const char *zProc, /* Entry point. Use "sqlite3_extension_init" if 0 */
136763 zEntry = zProc ? zProc : "sqlite3_extension_init";
136804 if( xInit==0 && zProc==0 ){
136882 const char *zProc, /* Entry point. Use "sqlite3_extension_init" if 0 */
136887 rc = sqlite3LoadExtension(db, zFile, zProc, pzErrMsg);