Lines Matching refs:sqlite3_set_authorizer
2074 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
2108 ** at a time. Each call to sqlite3_set_authorizer overrides the
2128 SQLITE_API int sqlite3_set_authorizer(
2137 ** The [sqlite3_set_authorizer | authorizer callback function] must
2140 ** [sqlite3_set_authorizer | authorizer documentation] for additional
2149 ** The [sqlite3_set_authorizer()] interface registers a callback function
2461 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]