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/
sqlite3.h 467 ** in the 4th parameter to the xOpen method of the
584 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
590 ** If the xOpen method sets the sqlite3_file.pMethods element
592 ** may be invoked even if the xOpen reported that it failed. The
593 ** only way to prevent a call to xClose following a failed xOpen
594 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
    [all...]
sqlite3.h.orig 464 ** in the 4th parameter to the xOpen method of the
581 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
587 ** If the xOpen method sets the sqlite3_file.pMethods element
589 ** may be invoked even if the xOpen reported that it failed. The
590 ** only way to prevent a call to xClose following a failed xOpen
591 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
    [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 73 milliseconds