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

  /external/sqlite/dist/orig/
sqlite3.h 542 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
663 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
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
1293 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1295 struct sqlite3_vfs { struct
    [all...]
sqlite3.c 2317 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
2319 struct sqlite3_vfs { struct
    [all...]
  /external/sqlite/dist/
sqlite3.h 542 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
663 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
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
1293 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1295 struct sqlite3_vfs { struct
    [all...]
sqlite3.c 2317 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
2319 struct sqlite3_vfs { struct
    [all...]

Completed in 133 milliseconds