Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_set_authorizer

2617 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
2651 ** at a time. Each call to sqlite3_set_authorizer overrides the
2671 SQLITE_API int sqlite3_set_authorizer(
2680 ** The [sqlite3_set_authorizer | authorizer callback function] must
2683 ** [sqlite3_set_authorizer | authorizer documentation] for additional
2692 ** The [sqlite3_set_authorizer()] interface registers a callback function
3004 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
74612 ** This file contains code used to implement the sqlite3_set_authorizer()
74669 SQLITE_API int sqlite3_set_authorizer(
84749 #define sqlite3_set_authorizer sqlite3_api->set_authorizer
84863 # define sqlite3_set_authorizer 0
85044 sqlite3_set_authorizer,