Home | History | Annotate | Download | only in dist

Lines Matching refs:onoff

1462 SQLITE_API int sqlite3_extended_result_codes(sqlite3*, int onoff);
4414 ** ^Call the sqlite3_enable_load_extension() routine with onoff==1
4415 ** to turn extension loading on and call it with onoff==0 to turn
4418 SQLITE_API int sqlite3_enable_load_extension(sqlite3 *db, int onoff);