Searched refs:sqlite3_vfs (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h459 ** [sqlite3_vfs] object.
555 ** Every file opened by the [sqlite3_vfs] xOpen method contains a pointer to
690 ** Registered sqlite3_vfs objects are kept on a linked list formed by
696 ** The pNext field is the only field in the sqlite3_vfs
699 ** The application should never modify anything within the sqlite3_vfs
787 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
788 struct sqlite3_vfs { struct
792 sqlite3_vfs *pNext; /* Next registered VFS */
795 int (*xOpen)(sqlite3_vfs*, cons
[all...]
H A DsqliteInt.h554 sqlite3_vfs *pVfs; /* OS Interface */
558 int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */
2223 int sqlite3JournalOpen(sqlite3_vfs *, const char *, sqlite3_file *, int, int);
2224 int sqlite3JournalSize(sqlite3_vfs *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h459 ** [sqlite3_vfs] object.
555 ** Every file opened by the [sqlite3_vfs] xOpen method contains a pointer to
690 ** Registered sqlite3_vfs objects are kept on a linked list formed by
696 ** The pNext field is the only field in the sqlite3_vfs
699 ** The application should never modify anything within the sqlite3_vfs
787 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
788 struct sqlite3_vfs { struct
792 sqlite3_vfs *pNext; /* Next registered VFS */
795 int (*xOpen)(sqlite3_vfs*, cons
[all...]
H A DsqliteInt.h554 sqlite3_vfs *pVfs; /* OS Interface */
558 int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */
2223 int sqlite3JournalOpen(sqlite3_vfs *, const char *, sqlite3_file *, int, int);
2224 int sqlite3JournalSize(sqlite3_vfs *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h459 ** [sqlite3_vfs] object.
555 ** Every file opened by the [sqlite3_vfs] xOpen method contains a pointer to
690 ** Registered sqlite3_vfs objects are kept on a linked list formed by
696 ** The pNext field is the only field in the sqlite3_vfs
699 ** The application should never modify anything within the sqlite3_vfs
787 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
788 struct sqlite3_vfs { struct
792 sqlite3_vfs *pNext; /* Next registered VFS */
795 int (*xOpen)(sqlite3_vfs*, cons
[all...]
H A DsqliteInt.h554 sqlite3_vfs *pVfs; /* OS Interface */
558 int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */
2223 int sqlite3JournalOpen(sqlite3_vfs *, const char *, sqlite3_file *, int, int);
2224 int sqlite3JournalSize(sqlite3_vfs *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h465 ** [sqlite3_vfs] object.
554 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
569 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
729 ** An instance of the sqlite3_vfs object defines the interface between
736 ** of the sqlite3_vfs object changes in the transaction between
744 ** Registered sqlite3_vfs objects are kept on a linked list formed by
751 ** The pNext field is the only field in the sqlite3_vfs
754 ** The application should never modify anything within the sqlite3_vfs
862 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
863 struct sqlite3_vfs { struct
[all...]
H A Dsqlite3ext.h180 sqlite3_vfs *(*vfs_find)(const char*);
181 int (*vfs_register)(sqlite3_vfs*,int);
182 int (*vfs_unregister)(sqlite3_vfs*);
H A Dsqlite3.c1002 ** [sqlite3_vfs] object.
1091 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
1106 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
1266 ** An instance of the sqlite3_vfs object defines the interface between
1273 ** of the sqlite3_vfs object changes in the transaction between
1281 ** Registered sqlite3_vfs objects are kept on a linked list formed by
1288 ** The pNext field is the only field in the sqlite3_vfs
1291 ** The application should never modify anything within the sqlite3_vfs
1399 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1400 struct sqlite3_vfs { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h465 ** [sqlite3_vfs] object.
554 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
569 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
729 ** An instance of the sqlite3_vfs object defines the interface between
736 ** of the sqlite3_vfs object changes in the transaction between
744 ** Registered sqlite3_vfs objects are kept on a linked list formed by
751 ** The pNext field is the only field in the sqlite3_vfs
754 ** The application should never modify anything within the sqlite3_vfs
862 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
863 struct sqlite3_vfs { struct
[all...]
H A Dsqlite3ext.h180 sqlite3_vfs *(*vfs_find)(const char*);
181 int (*vfs_register)(sqlite3_vfs*,int);
182 int (*vfs_unregister)(sqlite3_vfs*);
H A Dsqlite3.c1002 ** [sqlite3_vfs] object.
1091 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
1106 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
1266 ** An instance of the sqlite3_vfs object defines the interface between
1273 ** of the sqlite3_vfs object changes in the transaction between
1281 ** Registered sqlite3_vfs objects are kept on a linked list formed by
1288 ** The pNext field is the only field in the sqlite3_vfs
1291 ** The application should never modify anything within the sqlite3_vfs
1399 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1400 struct sqlite3_vfs { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h465 ** [sqlite3_vfs] object.
554 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
569 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
729 ** An instance of the sqlite3_vfs object defines the interface between
736 ** of the sqlite3_vfs object changes in the transaction between
744 ** Registered sqlite3_vfs objects are kept on a linked list formed by
751 ** The pNext field is the only field in the sqlite3_vfs
754 ** The application should never modify anything within the sqlite3_vfs
862 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
863 struct sqlite3_vfs { struct
[all...]
H A Dsqlite3ext.h180 sqlite3_vfs *(*vfs_find)(const char*);
181 int (*vfs_register)(sqlite3_vfs*,int);
182 int (*vfs_unregister)(sqlite3_vfs*);
H A Dsqlite3.c1002 ** [sqlite3_vfs] object.
1091 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
1106 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
1266 ** An instance of the sqlite3_vfs object defines the interface between
1273 ** of the sqlite3_vfs object changes in the transaction between
1281 ** Registered sqlite3_vfs objects are kept on a linked list formed by
1288 ** The pNext field is the only field in the sqlite3_vfs
1291 ** The application should never modify anything within the sqlite3_vfs
1399 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1400 struct sqlite3_vfs { struct
[all...]

Completed in 1406 milliseconds