Lines Matching refs:sqlite3_set_authorizer
3401 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
3441 ** at a time. Each call to sqlite3_set_authorizer overrides the
3461 SQLITE_API int sqlite3_set_authorizer(
3470 ** The [sqlite3_set_authorizer | authorizer callback function] must
3473 ** [sqlite3_set_authorizer | authorizer documentation] for additional
3485 ** The [sqlite3_set_authorizer()] interface registers a callback function
4290 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
10251 ** return value from the [sqlite3_set_authorizer()] callback and that
14652 ** 2. The sqlite3_set_authorizer() callback uses the LEGACY name
117198 ** This file contains code used to implement the sqlite3_set_authorizer()
117256 SQLITE_API int sqlite3_set_authorizer(
132415 #define sqlite3_set_authorizer sqlite3_api->set_authorizer
132660 # define sqlite3_set_authorizer 0
132856 sqlite3_set_authorizer,