Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h462 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
H A Dsqlite3.h5244 SQLITE_API sqlite3_int64 SQLITE_STDCALL sqlite3_soft_heap_limit64(sqlite3_int64 N);
H A Dsqlite3.c5451 SQLITE_API sqlite3_int64 SQLITE_STDCALL sqlite3_soft_heap_limit64(sqlite3_int64 N);
20650 SQLITE_API sqlite3_int64 SQLITE_STDCALL sqlite3_soft_heap_limit64(sqlite3_int64 n){
20672 sqlite3_soft_heap_limit64(n);
102317 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64
102714 sqlite3_soft_heap_limit64,
105461 sqlite3_soft_heap_limit64(N);
105463 returnSingleInt(pParse, "soft_heap_limit", sqlite3_soft_heap_limit64(-1));

Completed in 398 milliseconds