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

/freebsd-11-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-11-stable/contrib/sqlite3/
H A Dsqlite3.h2161 ** The [sqlite3_enable_load_extension()] API enables or disables both the
6636 ** [sqlite3_enable_load_extension()] or
6643 ** interface. The use of the [sqlite3_enable_load_extension()] interface
6667 ** ^Call the sqlite3_enable_load_extension() routine with onoff==1
6682 SQLITE_API int sqlite3_enable_load_extension(sqlite3 *db, int onoff);
H A Dsqlite3.c3224 ** The [sqlite3_enable_load_extension()] API enables or disables both the
7699 ** [sqlite3_enable_load_extension()] or
7706 ** interface. The use of the [sqlite3_enable_load_extension()] interface
7730 ** ^Call the sqlite3_enable_load_extension() routine with onoff==1
7745 SQLITE_API int sqlite3_enable_load_extension(sqlite3 *db, int onoff);
126714 SQLITE_API int sqlite3_enable_load_extension(sqlite3 *db, int onoff){ function
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2692 sqlite3_enable_load_extension(pDb->db, onoff);

Completed in 1115 milliseconds