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

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h464 #define sqlite3_set_authorizer sqlite3_api->set_authorizer macro
H A Dsqlite3.h2984 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
3024 ** at a time. Each call to sqlite3_set_authorizer overrides the
3044 SQLITE_API int sqlite3_set_authorizer(
3053 ** The [sqlite3_set_authorizer | authorizer callback function] must
3056 ** [sqlite3_set_authorizer | authorizer documentation] for additional
3068 ** The [sqlite3_set_authorizer()] interface registers a callback function
3845 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
9308 ** return value from the [sqlite3_set_authorizer()] callback and that
H A Dshell.c10162 sqlite3_set_authorizer(pNew->dbv, idxAuthCallback, (void*)pNew);
17597 sqlite3_set_authorizer(p->db, shellAuth, p);
17599 sqlite3_set_authorizer(p->db, 0, 0);
H A Dsqlite3.c4047 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
4087 ** at a time. Each call to sqlite3_set_authorizer overrides the
4107 SQLITE_API int sqlite3_set_authorizer(
4116 ** The [sqlite3_set_authorizer | authorizer callback function] must
4119 ** [sqlite3_set_authorizer | authorizer documentation] for additional
4131 ** The [sqlite3_set_authorizer()] interface registers a callback function
4908 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
10371 ** return value from the [sqlite3_set_authorizer()] callback and that
111378 SQLITE_API int sqlite3_set_authorizer( function
125854 #define sqlite3_set_authorizer macro
126075 # define sqlite3_set_authorizer macro
[all...]
/freebsd-13-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1091 ** sqlite3_set_authorizer() interface.
2014 sqlite3_set_authorizer(pDb->db,(sqlite3_auth_cb)auth_callback,pDb);
2016 sqlite3_set_authorizer(pDb->db, 0, 0);

Completed in 869 milliseconds