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

  /external/sqlite/dist/orig/
sqlite3.h 542 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
678 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
684 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
686 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
687 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
688 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
    [all...]
shell.c     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 542 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
678 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
684 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
686 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
687 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
688 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
    [all...]
shell.c     [all...]
sqlite3.c     [all...]

Completed in 828 milliseconds