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

/freebsd-11-stable/crypto/heimdal/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::__anon6082::__anon6083
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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c24748 u32 size4x; /* 4x the size of current chunk in Mem3Block elements */ member in struct:Mem3Block::__anon30::__anon31
[all...]

Completed in 708 milliseconds