Home
last modified time | relevance | path

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

/freebsd-src/contrib/sqlite3/
H A Dsqlite3.h1766 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1767 struct sqlite3_mem_methods { struct
1768 xMallocsqlite3_mem_methods global() argument
1769 xFreesqlite3_mem_methods global() argument
1770 xReallocsqlite3_mem_methods global() argument
1771 xSizesqlite3_mem_methods global() argument
1772 xRoundupsqlite3_mem_methods global() argument
1773 xInitsqlite3_mem_methods global() argument
1774 xShutdownsqlite3_mem_methods global() argument
1775 pAppDatasqlite3_mem_methods global() argument
[all...]
H A Dsqlite3.c2079 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
2080 struct sqlite3_mem_methods { struct
2081 xMallocsqlite3_mem_methods global() argument
2082 xFreesqlite3_mem_methods global() argument
2083 xReallocsqlite3_mem_methods global() argument
2084 xSizesqlite3_mem_methods global() argument
2085 xRoundupsqlite3_mem_methods global() argument
2086 xInitsqlite3_mem_methods global() argument
2087 xShutdownsqlite3_mem_methods global() argument
2088 pAppDatasqlite3_mem_methods global() argument
[all...]