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

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c10002 ** schema information, the Lookaside.bEnabled flag is cleared so that
10007 u8 bEnabled; /* False to disable new lookaside allocations */ member in struct:Lookaside
19390 if( db->lookaside.bEnabled ){
19416 ((db && db->lookaside.bEnabled) ? MEMTYPE_LOOKASIDE : MEMTYPE_HEAP));
19451 (db->lookaside.bEnabled ? MEMTYPE_LOOKASIDE : MEMTYPE_HEAP));
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9393 ** schema information, the Lookaside.bEnabled flag is cleared so that
9398 u8 bEnabled; /* False to disable new lookaside allocations */ member in struct:Lookaside
18717 if( db->lookaside.bEnabled ){
18743 ((db && db->lookaside.bEnabled) ? MEMTYPE_LOOKASIDE : MEMTYPE_HEAP));
18778 (db->lookaside.bEnabled ? MEMTYPE_LOOKASIDE : MEMTYPE_HEAP));
[all...]

Completed in 545 milliseconds