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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h4782 ** ^The entry point is zProc.
4783 ** ^zProc may be 0, in which case the name of the entry point
4802 const char *zProc, /* Entry point. Derived from zFile if 0 */
H A Dsqlite3.c5332 ** ^The entry point is zProc.
5333 ** ^zProc may be 0, in which case the name of the entry point
5352 const char *zProc, /* Entry point. Derived from zFile if 0 */
87211 const char *zProc; local
91672 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
91753 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
[all...]

Completed in 470 milliseconds