Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h853 typedef struct sqlite3_io_methods sqlite3_io_methods; argument
845 typedef struct sqlite3_io_methods sqlite3_io_methods; global() typedef
846 struct sqlite3_io_methods { global() struct
847 iVersionsqlite3_io_methods global() argument
848 xClosesqlite3_io_methods global() argument
849 xReadsqlite3_io_methods global() argument
850 xWritesqlite3_io_methods global() argument
851 xTruncatesqlite3_io_methods global() argument
852 xSyncsqlite3_io_methods global() argument
877 xUnfetchsqlite3_io_methods global() argument
[all...]
H A Dsqlite3.c1164 typedef struct sqlite3_io_methods sqlite3_io_methods; global() typedef
1165 struct sqlite3_io_methods { global() struct
1166 iVersionsqlite3_io_methods global() argument
1167 xClosesqlite3_io_methods global() argument
1168 xReadsqlite3_io_methods global() argument
1169 xWritesqlite3_io_methods global() argument
1170 xTruncatesqlite3_io_methods global() argument
1171 xSyncsqlite3_io_methods global() argument
1172 xFileSizesqlite3_io_methods global() argument
1196 xUnfetchsqlite3_io_methods global() argument
[all...]