Home
last modified time | relevance | path

Searched defs:sqlite3_io_methods (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3.h836 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
837 struct sqlite3_io_methods { struct
838 iVersionsqlite3_io_methods global() argument
839 xClosesqlite3_io_methods global() argument
840 xReadsqlite3_io_methods global() argument
841 xWritesqlite3_io_methods global() argument
842 xTruncatesqlite3_io_methods global() argument
843 xSyncsqlite3_io_methods global() argument
844 xFileSizesqlite3_io_methods global() argument
868 xUnfetchsqlite3_io_methods global() argument
[all...]
H A Dsqlite3.c1149 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
1150 struct sqlite3_io_methods { struct
1151 iVersionsqlite3_io_methods global() argument
1152 xClosesqlite3_io_methods global() argument
1153 xReadsqlite3_io_methods global() argument
1154 xWritesqlite3_io_methods global() argument
1155 xTruncatesqlite3_io_methods global() argument
1156 xSyncsqlite3_io_methods global() argument
1157 xFileSizesqlite3_io_methods global() argument
1181 xUnfetchsqlite3_io_methods global() argument
[all...]