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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 394 ** [sqlite3_vfs] object.
492 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
623 ** An instance of the sqlite3_vfs object defines the interface between
630 ** of the sqlite3_vfs object changes in the transaction between
638 ** Registered sqlite3_vfs objects are kept on a linked list formed by
645 ** The pNext field is the only field in the sqlite3_vfs
648 ** The application should never modify anything within the sqlite3_vfs
739 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
740 struct sqlite3_vfs { struct
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 471 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
580 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
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
1023 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1025 struct sqlite3_vfs { struct
    [all...]
sqlite3.c 1573 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1575 struct sqlite3_vfs { struct
    [all...]
  /external/sqlite/dist/
sqlite3.h 471 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
580 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
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
1023 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1025 struct sqlite3_vfs { struct
    [all...]
sqlite3.c 1573 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1575 struct sqlite3_vfs { struct
    [all...]

Completed in 2056 milliseconds