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

/macosx-10.9.5/Heimdal-323.92.1/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 335 milliseconds