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

/external/sqlite/dist/
H A Dsqlite3.c4578 ** [sqlite3_enable_load_extension()] prior to calling this API,
4599 ** ^Call the sqlite3_enable_load_extension() routine with onoff==1
4603 SQLITE_API int sqlite3_enable_load_extension(sqlite3 *db, int onoff);
76798 SQLITE_API int sqlite3_enable_load_extension(sqlite3 *db, int onoff){ function
[all...]

Completed in 343 milliseconds