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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 393 ** in the 4th parameter to the xOpen method of the
492 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
654 ** SQLite will guarantee that the zFilename parameter to xOpen
661 ** If the zFilename parameter is xOpen is a NULL pointer then xOpen
666 ** The flags argument to xOpen() includes all bits set in
670 ** If xOpen() opens a file read-only then it sets *pOutFlags to
673 ** SQLite will also add one of the following flags to the xOpen()
695 ** SQLite might also add one of the following flags to the xOpen method:
712 ** argument to xOpen. The xOpen method does not have t
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 471 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
595 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
603 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
604 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 471 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
595 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
603 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
604 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
    [all...]
sqlite3.c     [all...]

Completed in 88 milliseconds