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

  /external/chromium_org/third_party/sqlite/src/test/
auth2.test 12 # focus of this script is testing the sqlite3_set_authorizer() API
auth.test 12 # focus of this script is testing the sqlite3_set_authorizer() API
    [all...]
  /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
tclsqlite.c     [all...]
sqlite.h.in     [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.cpp 456 sqlite3_set_authorizer(m_db, SQLiteDatabase::authorizerFunction, m_authorizer.get());
458 sqlite3_set_authorizer(m_db, NULL, 0);
  /external/sqlite/dist/orig/
sqlite3ext.h 353 #define sqlite3_set_authorizer sqlite3_api->set_authorizer macro
sqlite3.c 81015 SQLITE_API int sqlite3_set_authorizer( function
91326 #define sqlite3_set_authorizer macro
91444 # define sqlite3_set_authorizer macro
    [all...]
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3ext.h 353 #define sqlite3_set_authorizer sqlite3_api->set_authorizer macro
sqlite3.c 81051 SQLITE_API int sqlite3_set_authorizer( function
91362 #define sqlite3_set_authorizer macro
91480 # define sqlite3_set_authorizer macro
    [all...]
sqlite3.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 76837 SQLITE_API int sqlite3_set_authorizer( function
87018 #define sqlite3_set_authorizer macro
87132 # define sqlite3_set_authorizer macro
    [all...]
sqlite3.h     [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c     [all...]

Completed in 895 milliseconds