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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h433 ** [sqlite3_vfs] object.
519 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
534 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
671 ** An instance of the sqlite3_vfs object defines the interface between
678 ** of the sqlite3_vfs object changes in the transaction between
686 ** Registered sqlite3_vfs objects are kept on a linked list formed by
693 ** The pNext field is the only field in the sqlite3_vfs
696 ** The application should never modify anything within the sqlite3_vfs
797 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
798 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.c957 ** [sqlite3_vfs] object.
1043 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
1058 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
1195 ** An instance of the sqlite3_vfs object defines the interface between
1202 ** of the sqlite3_vfs object changes in the transaction between
1210 ** Registered sqlite3_vfs objects are kept on a linked list formed by
1217 ** The pNext field is the only field in the sqlite3_vfs
1220 ** The application should never modify anything within the sqlite3_vfs
1321 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1322 struct sqlite3_vfs { struct
[all...]

Completed in 193 milliseconds