Home
last modified time | relevance | path

Searched refs:sqlite3_soft_heap_limit (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/sqlite3/
HDsqlite3ext.h544 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
HDsqlite3.h7069 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
HDsqlite3.c7382 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
30335 SQLITE_API void sqlite3_soft_heap_limit(int n){ in sqlite3_soft_heap_limit() function
136977 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit
137454 sqlite3_soft_heap_limit,