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

  /external/chromium/app/sql/
connection.cc 317 if (SQLITE_OK != sqlite3_file_control(db_, NULL, SQLITE_LAST_ERRNO, &err))
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 347 #define sqlite3_file_control sqlite3_api->file_control macro
sqlite3.h 520 ** [sqlite3_file_control()] interface. The second "op" argument is an
592 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
    [all...]
  /external/sqlite/dist/
sqlite3.h 618 ** [sqlite3_file_control()] interface. The second "op" argument is an
696 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
716 ** by the user. The fourth argument to [sqlite3_file_control()] should
    [all...]
sqlite3.h.orig 615 ** [sqlite3_file_control()] interface. The second "op" argument is an
693 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
713 ** by the user. The fourth argument to [sqlite3_file_control()] should
    [all...]
sqlite3.c 84793 #define sqlite3_file_control macro
    [all...]
sqlite3.c.orig     [all...]

Completed in 1265 milliseconds