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

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

Completed in 725 milliseconds