Searched defs:sqlite3_vfs (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h465 ** [sqlite3_vfs] object.
568 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
583 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
763 ** An instance of the sqlite3_vfs object defines the interface between
770 ** of the sqlite3_vfs object changes in the transaction between
778 ** Registered sqlite3_vfs objects are kept on a linked list formed by
785 ** The pNext field is the only field in the sqlite3_vfs
788 ** The application should never modify anything within the sqlite3_vfs
914 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
916 struct sqlite3_vfs { struct
[all...]
H A Dsqlite3.c1008 ** [sqlite3_vfs] object.
1111 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
1126 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
1306 ** An instance of the sqlite3_vfs object defines the interface between
1313 ** of the sqlite3_vfs object changes in the transaction between
1321 ** Registered sqlite3_vfs objects are kept on a linked list formed by
1328 ** The pNext field is the only field in the sqlite3_vfs
1331 ** The application should never modify anything within the sqlite3_vfs
1457 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1459 struct sqlite3_vfs { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h506 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
621 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
636 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
642 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
644 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
645 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
646 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
988 ** An instance of the sqlite3_vfs object defines the interface between
996 ** of the sqlite3_vfs object changes in the transaction between
1004 ** Registered sqlite3_vfs object
1142 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1144 struct sqlite3_vfs { struct
[all...]
H A Dsqlite3.c621 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
736 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
751 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
757 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
759 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
760 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
761 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1103 ** An instance of the sqlite3_vfs object defines the interface between
1111 ** of the sqlite3_vfs object changes in the transaction between
1119 ** Registered sqlite3_vfs object
1257 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1259 struct sqlite3_vfs { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.h506 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
621 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
636 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
642 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
644 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
645 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
646 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
988 ** An instance of the sqlite3_vfs object defines the interface between
996 ** of the sqlite3_vfs object changes in the transaction between
1004 ** Registered sqlite3_vfs object
1142 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1144 struct sqlite3_vfs { struct
[all...]
H A Dsqlite3.c621 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
736 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
751 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
757 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
759 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
760 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
761 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1103 ** An instance of the sqlite3_vfs object defines the interface between
1111 ** of the sqlite3_vfs object changes in the transaction between
1119 ** Registered sqlite3_vfs object
1257 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1259 struct sqlite3_vfs { struct
[all...]

Completed in 463 milliseconds