HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3_open16 (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
loadext.c 54 # define sqlite3_open16 0 macro
207 sqlite3_open16,
main.c 2068 int sqlite3_open16( function
    [all...]
sqlite3ext.h 307 #define sqlite3_open16 sqlite3_api->open16 macro
  /external/sqlite/dist/orig/
sqlite3ext.h 331 #define sqlite3_open16 sqlite3_api->open16 macro
sqlite3.c 770 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
835 ** from [sqlite3_open()], [sqlite3_open16()], or
91304 #define sqlite3_open16 macro
91457 # define sqlite3_open16 macro
114796 SQLITE_API int sqlite3_open16( function
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 331 #define sqlite3_open16 sqlite3_api->open16 macro
sqlite3.c 770 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
835 ** from [sqlite3_open()], [sqlite3_open16()], or
91340 #define sqlite3_open16 macro
91493 # define sqlite3_open16 macro
114832 SQLITE_API int sqlite3_open16( function
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 763 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
828 ** from [sqlite3_open()], [sqlite3_open16()], or
86996 #define sqlite3_open16 macro
87145 # define sqlite3_open16 macro
109520 SQLITE_API int sqlite3_open16( function
    [all...]

Completed in 1321 milliseconds