HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3_vfs (Results 1 - 3 of 3) 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/
sqlite3.h 468 ** [sqlite3_vfs] object.
569 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
584 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
885 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
886 struct sqlite3_vfs { struct
    [all...]
sqlite3.c 1432 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1433 struct sqlite3_vfs { struct
    [all...]

Completed in 358 milliseconds