HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_set_authorizer (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.cpp 363 sqlite3_set_authorizer(m_db, SQLiteDatabase::authorizerFunction, m_authorizer.get());
365 sqlite3_set_authorizer(m_db, NULL, 0);
  /external/chromium_org/third_party/sqlite/src/src/
auth.c 12 ** This file contains code used to implement the sqlite3_set_authorizer()
70 int sqlite3_set_authorizer( function
loadext.c 41 # define sqlite3_set_authorizer 0 macro
227 sqlite3_set_authorizer,
sqlite3ext.h 329 #define sqlite3_set_authorizer sqlite3_api->set_authorizer macro
sqlite.h.in     [all...]
tclsqlite.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c 76658 SQLITE_API int sqlite3_set_authorizer( function
86811 #define sqlite3_set_authorizer macro
86925 # define sqlite3_set_authorizer macro
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c     [all...]

Completed in 79 milliseconds