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

/macosx-10.10/Heimdal-398.1.2/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...]

Completed in 419 milliseconds