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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c15977 ** free. The first block has format u.hdr. u.hdr.size4x is 4 times the
15979 ** The u.hdr.size4x&1 bit is true if the chunk is checked out and
15980 ** false if the chunk is on the freelist. The u.hdr.size4x&2 bit
16008 u32 size4x; /* 4x the size of current chunk in Mem3Block elements */ member in struct:Mem3Block::__anon2860::__anon2861
16093 assert( (mem3.aPool[i-1].u.hdr.size4x & 1)==0 );
16095 size = mem3.aPool[i-1].u.hdr.size4x/4;
16128 assert( (mem3.aPool[i-1].u.hdr.size4x & 1)==0 );
16129 size = mem3.aPool[i-1].u.hdr.size4x/4;
16179 assert( mem3.aPool[i-1].u.hdr.size4x/4==nBlock );
16181 x = mem3.aPool[i-1].u.hdr.size4x;
[all...]

Completed in 343 milliseconds