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

  /external/sqlite/dist/
sqlite3.h.orig 432 ** in the 4th parameter to the xOpen method of the
534 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
540 ** If the xOpen method sets the sqlite3_file.pMethods element
542 ** may be invoked even if the xOpen reported that it failed. The
543 ** only way to prevent a call to xClose following a failed xOpen
544 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
702 ** SQLite will guarantee that the zFilename parameter to xOpen
709 ** If the zFilename parameter is xOpen is a NULL pointer then xOpen
714 ** The flags argument to xOpen() includes all bits set i
    [all...]
sqlite3.h 432 ** in the 4th parameter to the xOpen method of the
534 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
540 ** If the xOpen method sets the sqlite3_file.pMethods element
542 ** may be invoked even if the xOpen reported that it failed. The
543 ** only way to prevent a call to xClose following a failed xOpen
544 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
702 ** SQLite will guarantee that the zFilename parameter to xOpen
709 ** If the zFilename parameter is xOpen is a NULL pointer then xOpen
714 ** The flags argument to xOpen() includes all bits set i
    [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h     [all...]

Completed in 165 milliseconds