Home | History | Annotate | Download | only in dist

Lines Matching refs:onoff

1900 SQLITE_API int SQLITE_STDCALL sqlite3_extended_result_codes(sqlite3*, int onoff);
5448 ** ^Call the sqlite3_enable_load_extension() routine with onoff==1
5449 ** to turn extension loading on and call it with onoff==0 to turn
5452 SQLITE_API int SQLITE_STDCALL sqlite3_enable_load_extension(sqlite3 *db, int onoff);