Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.h1731 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
H A Dshell.c3365 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64); in main()
H A Dsqlite3.c1759 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
119871 case SQLITE_CONFIG_HEAP: {