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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile160 sqlite3_set_authorizer.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h493 #define sqlite3_set_authorizer sqlite3_api->set_authorizer macro
H A Dsqlite3.h3152 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
3192 ** at a time. Each call to sqlite3_set_authorizer overrides the
3212 SQLITE_API int sqlite3_set_authorizer(
3221 ** The [sqlite3_set_authorizer | authorizer callback function] must
3224 ** [sqlite3_set_authorizer | authorizer documentation] for additional
3236 ** The [sqlite3_set_authorizer()] interface registers a callback function
4058 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
10133 ** return value from the [sqlite3_set_authorizer()] callback and that
H A Dshell.c13804 sqlite3_set_authorizer(pNew->dbv, idxAuthCallback, (void*)pNew);
22310 sqlite3_set_authorizer(p->db, safeModeAuth, p);
24802 sqlite3_set_authorizer(p->db, shellAuth, p);
24804 sqlite3_set_authorizer(p->db, safeModeAuth, p);
24806 sqlite3_set_authorizer(p->db, 0, 0);
H A Dsqlite3.c3465 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
3505 ** at a time. Each call to sqlite3_set_authorizer overrides the
3525 SQLITE_API int sqlite3_set_authorizer(
3534 ** The [sqlite3_set_authorizer | authorizer callback function] must
3537 ** [sqlite3_set_authorizer | authorizer documentation] for additional
3549 ** The [sqlite3_set_authorizer()] interface registers a callback function
4371 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
10446 ** return value from the [sqlite3_set_authorizer()] callback and that
15196 ** 2. The sqlite3_set_authorizer() callback uses the LEGACY name
120416 SQLITE_API int sqlite3_set_authorizer( function
135965 #define sqlite3_set_authorizer macro
136213 # define sqlite3_set_authorizer macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d601 int sqlite3_set_authorizer(
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1131 ** sqlite3_set_authorizer() interface.
2058 sqlite3_set_authorizer(pDb->db,(sqlite3_auth_cb)auth_callback,pDb);
2060 sqlite3_set_authorizer(pDb->db, 0, 0);

Completed in 632 milliseconds