Lines Matching refs:sqlite3_set_authorizer
2077 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
2111 ** at a time. Each call to sqlite3_set_authorizer overrides the
2131 SQLITE_API int sqlite3_set_authorizer(
2140 ** The [sqlite3_set_authorizer | authorizer callback function] must
2143 ** [sqlite3_set_authorizer | authorizer documentation] for additional
2152 ** The [sqlite3_set_authorizer()] interface registers a callback function
2464 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]