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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4664 ** [sqlite3_enable_load_extension()] prior to calling this API,
4685 ** ^Call the sqlite3_enable_load_extension() routine with onoff==1
4689 SQLITE_API int sqlite3_enable_load_extension(sqlite3 *db, int onoff);
H A Dsqlite3.c5217 ** [sqlite3_enable_load_extension()] prior to calling this API,
5238 ** ^Call the sqlite3_enable_load_extension() routine with onoff==1
5242 SQLITE_API int sqlite3_enable_load_extension(sqlite3 *db, int onoff);
89807 SQLITE_API int sqlite3_enable_load_extension(sqlite3 *db, int onoff){ function
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.h1958 ** The [sqlite3_enable_load_extension()] API enables or disables both the
5637 ** [sqlite3_enable_load_extension()] or
5644 ** interface. The use of the [sqlite3_enable_load_extension()] interface
5668 ** ^Call the sqlite3_enable_load_extension() routine with onoff==1
5683 SQLITE_API int SQLITE_STDCALL sqlite3_enable_load_extension(sqlite3 *db, int onoff);
H A Dsqlite3.c2218 ** The [sqlite3_enable_load_extension()] API enables or disables both the
5897 ** [sqlite3_enable_load_extension()] or
5904 ** interface. The use of the [sqlite3_enable_load_extension()] interface
5928 ** ^Call the sqlite3_enable_load_extension() routine with onoff==1
5943 SQLITE_API int SQLITE_STDCALL sqlite3_enable_load_extension(sqlite3 *db, int onoff);
109982 SQLITE_API int SQLITE_STDCALL sqlite3_enable_load_extension(sqlite3 *db, int onoff){ function
[all...]
/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2408 sqlite3_enable_load_extension(pDb->db, onoff);

Completed in 884 milliseconds