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

/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c469 int sqlite3_load_extension( function
H A Dsqlite.h.in4460 ** ^The sqlite3_load_extension() interface attempts to load an
4466 ** ^The sqlite3_load_extension() interface returns
4469 ** [sqlite3_load_extension()] interface shall attempt to
4480 int sqlite3_load_extension(
4493 ** is provided to turn the [sqlite3_load_extension()] mechanism on and off.
H A Dtest1.c2007 ** Usage: sqlite3_load_extension DB-HANDLE FILE ?PROC?
2047 zErr = sqlite3_mprintf("this build omits sqlite3_load_extension()");
2049 rc = sqlite3_load_extension(db, zFile, zProc, &zErr);
2096 Tcl_AppendResult(interp, "this build omits sqlite3_load_extension()");
5592 { "sqlite3_load_extension", test_load_extension, 0},
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4465 ** ^The sqlite3_load_extension() interface attempts to load an
4471 ** ^The sqlite3_load_extension() interface returns
4474 ** [sqlite3_load_extension()] interface shall attempt to
4485 SQLITE_API int sqlite3_load_extension(
4498 ** is provided to turn the [sqlite3_load_extension()] mechanism on and off.
H A Dsqlite3.c5008 ** ^The sqlite3_load_extension() interface attempts to load an
5014 ** ^The sqlite3_load_extension() interface returns
5017 ** [sqlite3_load_extension()] interface shall attempt to
5028 SQLITE_API int sqlite3_load_extension(
5041 ** is provided to turn the [sqlite3_load_extension()] mechanism on and off.
87560 SQLITE_API int sqlite3_load_extension( function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h4828 ** ^The sqlite3_load_extension() interface attempts to load an
4834 ** ^The sqlite3_load_extension() interface returns
4837 ** [sqlite3_load_extension()] interface shall attempt to
4848 SQLITE_API int sqlite3_load_extension(
4861 ** is provided to turn the [sqlite3_load_extension()] mechanism on and off.
H A Dshell.c1923 rc = sqlite3_load_extension(p->db, zFile, zProc, &zErrMsg);
H A Dsqlite3.c5378 ** ^The sqlite3_load_extension() interface attempts to load an
5384 ** ^The sqlite3_load_extension() interface returns
5387 ** [sqlite3_load_extension()] interface shall attempt to
5398 SQLITE_API int sqlite3_load_extension(
5411 ** is provided to turn the [sqlite3_load_extension()] mechanism on and off.
91879 SQLITE_API int sqlite3_load_extension( function
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4828 ** ^The sqlite3_load_extension() interface attempts to load an
4834 ** ^The sqlite3_load_extension() interface returns
4837 ** [sqlite3_load_extension()] interface shall attempt to
4848 SQLITE_API int sqlite3_load_extension(
4861 ** is provided to turn the [sqlite3_load_extension()] mechanism on and off.
H A Dshell.c1942 rc = sqlite3_load_extension(p->db, zFile, zProc, &zErrMsg);
H A Dsqlite3.c5378 ** ^The sqlite3_load_extension() interface attempts to load an
5384 ** ^The sqlite3_load_extension() interface returns
5387 ** [sqlite3_load_extension()] interface shall attempt to
5398 SQLITE_API int sqlite3_load_extension(
5411 ** is provided to turn the [sqlite3_load_extension()] mechanism on and off.
91915 SQLITE_API int sqlite3_load_extension( function
[all...]

Completed in 890 milliseconds