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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c16333 ** on. It should be found on mem5.aiFreelist[iLogsize].
16335 static void memsys5Unlink(int i, int iLogsize){ argument
16338 assert( iLogsize>=0 && iLogsize<=LOGMAX );
16339 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
16344 mem5.aiFreelist[iLogsize] = next;
16354 ** Link the chunk at mem5.aPool[i] so that is on the iLogsize
16357 static void memsys5Link(int i, int iLogsize){ argument
16361 assert( iLogsize>=0 && iLogsize<
16404 memsys5UnlinkFirst(int iLogsize) argument
16433 int iLogsize; /* Log2 of iFullSz/POW2_MIN */ local
16492 u32 size, iLogsize; local
[all...]

Completed in 273 milliseconds