Searched refs:sqlite3_set_authorizer (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h353 #define sqlite3_set_authorizer sqlite3_api->set_authorizer macro
H A Dsqlite3.h2229 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
2263 ** at a time. Each call to sqlite3_set_authorizer overrides the
2283 SQLITE_API int sqlite3_set_authorizer(
2292 ** The [sqlite3_set_authorizer | authorizer callback function] must
2295 ** [sqlite3_set_authorizer | authorizer documentation] for additional
2307 ** The [sqlite3_set_authorizer()] interface registers a callback function
2763 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
6870 ** return value from the [sqlite3_set_authorizer()] callback and that
H A Dsqlite3.c2779 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
2813 ** at a time. Each call to sqlite3_set_authorizer overrides the
2833 SQLITE_API int sqlite3_set_authorizer(
2842 ** The [sqlite3_set_authorizer | authorizer callback function] must
2845 ** [sqlite3_set_authorizer | authorizer documentation] for additional
2857 ** The [sqlite3_set_authorizer()] interface registers a callback function
3313 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
7420 ** return value from the [sqlite3_set_authorizer()] callback and that
80892 SQLITE_API int sqlite3_set_authorizer( function
91200 #define sqlite3_set_authorizer macro
91318 # define sqlite3_set_authorizer macro
[all...]

Completed in 501 milliseconds