Home | History | Annotate | Download | only in dist

Lines Matching full:sqlite3_set_authorizer

2814 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
2848 ** at a time. Each call to sqlite3_set_authorizer overrides the
2868 SQLITE_API int sqlite3_set_authorizer(
2877 ** The [sqlite3_set_authorizer | authorizer callback function] must
2880 ** [sqlite3_set_authorizer | authorizer documentation] for additional
2892 ** The [sqlite3_set_authorizer()] interface registers a callback function
3353 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
7470 ** return value from the [sqlite3_set_authorizer()] callback and that
80994 ** This file contains code used to implement the sqlite3_set_authorizer()
81051 SQLITE_API int sqlite3_set_authorizer(
91362 #define sqlite3_set_authorizer sqlite3_api->set_authorizer
91480 # define sqlite3_set_authorizer 0
91669 sqlite3_set_authorizer,