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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h370 #define sqlite3_memory_highwater sqlite3_api->memory_highwater macro
H A Dsqlite3.h1342 ** <li> [sqlite3_memory_highwater()]
2127 ** ^The [sqlite3_memory_highwater()] routine returns the maximum
2130 ** [sqlite3_memory_highwater()] include any overhead
2137 ** [sqlite3_memory_highwater()] is true. ^The value returned
2138 ** by [sqlite3_memory_highwater(1)] is the high-water mark
2142 SQLITE_API sqlite3_int64 sqlite3_memory_highwater(int resetFlag);
H A Dsqlite3.c1895 ** <li> [sqlite3_memory_highwater()]
2680 ** ^The [sqlite3_memory_highwater()] routine returns the maximum
2683 ** [sqlite3_memory_highwater()] include any overhead
2690 ** [sqlite3_memory_highwater()] is true. ^The value returned
2691 ** by [sqlite3_memory_highwater(1)] is the high-water mark
2695 SQLITE_API sqlite3_int64 sqlite3_memory_highwater(int resetFlag);
18327 SQLITE_API sqlite3_int64 sqlite3_memory_highwater(int resetFlag){ function
89262 #define sqlite3_memory_highwater macro
[all...]

Completed in 481 milliseconds