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

/freebsd-10.1-release/contrib/sqlite3/
H A Dshell.c2054 const char *zFile, *zProc; local
2057 zProc = nArg>=3 ? azArg[2] : 0;
2059 rc = sqlite3_load_extension(p->db, zFile, zProc, &zErrMsg);
H A Dsqlite3.h5043 ** ^The entry point is zProc.
5044 ** ^(zProc may be 0, in which case SQLite will try to come up with an
5067 const char *zProc, /* Entry point. Derived from zFile if 0 */
H A Dsqlite3.c5614 ** ^The entry point is zProc.
5615 ** ^(zProc may be 0, in which case SQLite will try to come up with an
5638 const char *zProc, /* Entry point. Derived from zFile if 0 */
88468 const char *zProc; local
93052 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
93191 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4652 ** ^The entry point is zProc.
4653 ** ^zProc may be 0, in which case the name of the entry point
4672 const char *zProc, /* Entry point. Derived from zFile if 0 */
H A Dsqlite3.c5205 ** ^The entry point is zProc.
5206 ** ^zProc may be 0, in which case the name of the entry point
5225 const char *zProc, /* Entry point. Derived from zFile if 0 */
85256 const char *zProc; local
89696 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
89776 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
[all...]

Completed in 699 milliseconds