Home | History | Annotate | Download | only in dist

Lines Matching refs:onoff

2103 SQLITE_API int sqlite3_extended_result_codes(sqlite3*, int onoff);
6002 ** ^Call the sqlite3_enable_load_extension() routine with onoff==1
6003 ** to turn extension loading on and call it with onoff==0 to turn
6017 SQLITE_API int sqlite3_enable_load_extension(sqlite3 *db, int onoff);