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

/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c379 ** zFile. The entry point is zProc. zProc may be 0 in which case a
392 const char *zProc, /* Entry point. Use "sqlite3_extension_init" if 0 */
417 if( zProc==0 ){
418 zProc = "sqlite3_extension_init";
434 sqlite3OsDlSym(pVfs, handle, zProc);
440 "no entry point [%s] in shared library [%s]", zProc,zFile);
472 const char *zProc, /* Entry point. Use "sqlite3_extension_init" if 0 */
477 rc = sqlite3LoadExtension(db, zFile, zProc, pzErrMsg);
389 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
469 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
H A Dsqlite.h.in4463 ** ^The entry point is zProc.
4464 ** ^zProc may be 0, in which case the name of the entry point
4483 const char *zProc, /* Entry point. Derived from zFile if 0 */
H A Dtest1.c2020 char *zProc = 0; local
2030 zProc = Tcl_GetString(objv[3]);
2049 rc = sqlite3_load_extension(db, zFile, zProc, &zErr);
/external/sqlite/dist/orig/
H A Dshell.c2783 const char *zFile, *zProc; local
2791 zProc = nArg>=3 ? azArg[2] : 0;
2793 rc = sqlite3_load_extension(p->db, zFile, zProc, &zErrMsg);
H A Dsqlite3.h5170 ** ^The entry point is zProc.
5171 ** ^(zProc may be 0, in which case SQLite will try to come up with an
5194 const char *zProc, /* Entry point. Derived from zFile if 0 */
H A Dsqlite3.c5285 ** ^The entry point is zProc.
5286 ** ^(zProc may be 0, in which case SQLite will try to come up with an
5309 const char *zProc, /* Entry point. Derived from zFile if 0 */
93005 const char *zProc; local
97849 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
97988 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
[all...]
/external/sqlite/dist/
H A Dshell.c2803 const char *zFile, *zProc; local
2811 zProc = nArg>=3 ? azArg[2] : 0;
2813 rc = sqlite3_load_extension(p->db, zFile, zProc, &zErrMsg);
H A Dsqlite3.h5170 ** ^The entry point is zProc.
5171 ** ^(zProc may be 0, in which case SQLite will try to come up with an
5194 const char *zProc, /* Entry point. Derived from zFile if 0 */
H A Dsqlite3.c5285 ** ^The entry point is zProc.
5286 ** ^(zProc may be 0, in which case SQLite will try to come up with an
5309 const char *zProc, /* Entry point. Derived from zFile if 0 */
93025 const char *zProc; local
97869 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
98008 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4468 ** ^The entry point is zProc.
4469 ** ^zProc may be 0, in which case the name of the entry point
4488 const char *zProc, /* Entry point. Derived from zFile if 0 */
H A Dsqlite3.c5011 ** ^The entry point is zProc.
5012 ** ^zProc may be 0, in which case the name of the entry point
5031 const char *zProc, /* Entry point. Derived from zFile if 0 */
82889 const char *zProc; local
87273 sqlite3LoadExtension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
87353 sqlite3_load_extension( sqlite3 *db, const char *zFile, const char *zProc, char **pzErrMsg ) argument
[all...]

Completed in 988 milliseconds