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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c9624 ** schema information, the Lookaside.bEnabled flag is cleared so that
9629 u8 bEnabled; /* False to disable new lookaside allocations */ member in struct:Lookaside
19142 if( db->lookaside.bEnabled ){
19168 ((db && db->lookaside.bEnabled) ? MEMTYPE_LOOKASIDE : MEMTYPE_HEAP));
19203 (db->lookaside.bEnabled ? MEMTYPE_LOOKASIDE : MEMTYPE_HEAP));
[all...]

Completed in 320 milliseconds