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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c15553 ** free. The first block has format u.hdr. u.hdr.size4x is 4 times the
15555 ** The u.hdr.size4x&1 bit is true if the chunk is checked out and
15556 ** false if the chunk is on the freelist. The u.hdr.size4x&2 bit
15584 u32 size4x; /* 4x the size of current chunk in Mem3Block elements */ member in struct:Mem3Block::__anon708::__anon709
15669 assert( (mem3.aPool[i-1].u.hdr.size4x & 1)==0 );
15671 size = mem3.aPool[i-1].u.hdr.size4x/4;
15704 assert( (mem3.aPool[i-1].u.hdr.size4x & 1)==0 );
15705 size = mem3.aPool[i-1].u.hdr.size4x/4;
15755 assert( mem3.aPool[i-1].u.hdr.size4x/4==nBlock );
15757 x = mem3.aPool[i-1].u.hdr.size4x;
[all...]

Completed in 317 milliseconds