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

/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteDatabase.cpp469 sqlite3_set_authorizer(m_db, SQLiteDatabase::authorizerFunction, m_authorizer.get());
471 sqlite3_set_authorizer(m_db, NULL, 0);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h332 #define sqlite3_set_authorizer sqlite3_api->set_authorizer macro
H A Dsqlite3.h2190 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
2224 ** at a time. Each call to sqlite3_set_authorizer overrides the
2244 SQLITE_API int sqlite3_set_authorizer(
2253 ** The [sqlite3_set_authorizer | authorizer callback function] must
2256 ** [sqlite3_set_authorizer | authorizer documentation] for additional
2268 ** The [sqlite3_set_authorizer()] interface registers a callback function
2705 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
6678 ** return value from the [sqlite3_set_authorizer()] callback and that
H A Dsqlite3.c2743 ** parameter to the sqlite3_set_authorizer() interface. ^The second parameter
2777 ** at a time. Each call to sqlite3_set_authorizer overrides the
2797 SQLITE_API int sqlite3_set_authorizer(
2806 ** The [sqlite3_set_authorizer | authorizer callback function] must
2809 ** [sqlite3_set_authorizer | authorizer documentation] for additional
2821 ** The [sqlite3_set_authorizer()] interface registers a callback function
3258 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
7231 ** return value from the [sqlite3_set_authorizer()] callback and that
78955 SQLITE_API int sqlite3_set_authorizer( function
89224 #define sqlite3_set_authorizer macro
89342 # define sqlite3_set_authorizer macro
[all...]

Completed in 490 milliseconds