HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_set_authorizer (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 503 #define sqlite3_set_authorizer sqlite3_api->set_authorizer macro
sqlite3.c 3724 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
3764 ** at a time. Each call to sqlite3_set_authorizer overrides the
3784 SQLITE_API int sqlite3_set_authorizer(
3793 ** The [sqlite3_set_authorizer | authorizer callback function] must
3796 ** [sqlite3_set_authorizer | authorizer documentation] for additional
3808 ** The [sqlite3_set_authorizer()] interface registers a callback function
4659 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
10939 ** return value from the [sqlite3_set_authorizer()] callback and that
16278 ** 2. The sqlite3_set_authorizer() callback uses the LEGACY name
126119 SQLITE_API int sqlite3_set_authorizer( function
142723 #define sqlite3_set_authorizer macro
142981 # define sqlite3_set_authorizer macro
    [all...]

Completed in 85 milliseconds