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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h392 #define sqlite3_set_authorizer sqlite3_api->set_authorizer macro
H A Dsqlite3.h2554 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
2588 ** at a time. Each call to sqlite3_set_authorizer overrides the
2608 SQLITE_API int SQLITE_STDCALL sqlite3_set_authorizer(
2617 ** The [sqlite3_set_authorizer | authorizer callback function] must
2620 ** [sqlite3_set_authorizer | authorizer documentation] for additional
2632 ** The [sqlite3_set_authorizer()] interface registers a callback function
3143 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
7681 ** return value from the [sqlite3_set_authorizer()] callback and that
H A Dsqlite3.c2768 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
2802 ** at a time. Each call to sqlite3_set_authorizer overrides the
2822 SQLITE_API int SQLITE_STDCALL sqlite3_set_authorizer(
2831 ** The [sqlite3_set_authorizer | authorizer callback function] must
2834 ** [sqlite3_set_authorizer | authorizer documentation] for additional
2846 ** The [sqlite3_set_authorizer()] interface registers a callback function
3357 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
7895 ** return value from the [sqlite3_set_authorizer()] callback and that
92571 SQLITE_API int SQLITE_STDCALL sqlite3_set_authorizer( function
104439 #define sqlite3_set_authorizer macro
104605 # define sqlite3_set_authorizer macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h392 #define sqlite3_set_authorizer sqlite3_api->set_authorizer macro
H A Dsqlite3.h2554 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
2588 ** at a time. Each call to sqlite3_set_authorizer overrides the
2608 SQLITE_API int SQLITE_STDCALL sqlite3_set_authorizer(
2617 ** The [sqlite3_set_authorizer | authorizer callback function] must
2620 ** [sqlite3_set_authorizer | authorizer documentation] for additional
2632 ** The [sqlite3_set_authorizer()] interface registers a callback function
3143 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
7681 ** return value from the [sqlite3_set_authorizer()] callback and that
H A Dsqlite3.c2768 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
2802 ** at a time. Each call to sqlite3_set_authorizer overrides the
2822 SQLITE_API int SQLITE_STDCALL sqlite3_set_authorizer(
2831 ** The [sqlite3_set_authorizer | authorizer callback function] must
2834 ** [sqlite3_set_authorizer | authorizer documentation] for additional
2846 ** The [sqlite3_set_authorizer()] interface registers a callback function
3357 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
7895 ** return value from the [sqlite3_set_authorizer()] callback and that
92589 SQLITE_API int SQLITE_STDCALL sqlite3_set_authorizer( function
104457 #define sqlite3_set_authorizer macro
104623 # define sqlite3_set_authorizer macro
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c2374 sqlite3_set_authorizer((sqlite3 *) h->sqlite,
2385 sqlite3_set_authorizer((sqlite3 *) h->sqlite, h->ai ? doauth : 0, h);

Completed in 1149 milliseconds