Home
last modified time | relevance | path

Searched defs:SQLITE_EXTENSION_INIT1 (Results 1 – 3 of 3) sorted by relevance

/external/sqlite/dist/
Dsqlite3ext.h475 # define SQLITE_EXTENSION_INIT1 const sqlite3_api_routines *sqlite3_api=0; macro
482 # define SQLITE_EXTENSION_INIT1 /*no-op*/ macro
/external/sqlite/dist/orig/
Dsqlite3ext.h475 # define SQLITE_EXTENSION_INIT1 const sqlite3_api_routines *sqlite3_api=0; macro
482 # define SQLITE_EXTENSION_INIT1 /*no-op*/ macro
/external/chromium_org/third_party/sqlite/src/src/
Dsqlite3ext.h417 #define SQLITE_EXTENSION_INIT1 const sqlite3_api_routines *sqlite3_api = 0; macro