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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c14567 ** Pointers to the head of the list are stored in mem3.aiSmall[]
14621 ** The master chunk is not in either the aiHash[] or aiSmall[].
14631 u32 aiSmall[MX_SMALL-1]; /* For sizes 2 through MX_SMALL, inclusive */ member in struct:Mem3Global
14670 memsys3UnlinkFromList(i, &mem3.aiSmall[size-2]);
14704 memsys3LinkIntoList(i, &mem3.aiSmall[size-2]);
14796 ** mem3.aiSmall[] or mem3.aiHash[].
14868 i = mem3.aiSmall[nBlock-2];
14870 memsys3UnlinkFromList(i, &mem3.aiSmall[nBlock-2]);
14910 memsys3Merge(&mem3.aiSmall[i]);
15125 if( mem3.aiSmall[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c14567 ** Pointers to the head of the list are stored in mem3.aiSmall[]
14621 ** The master chunk is not in either the aiHash[] or aiSmall[].
14631 u32 aiSmall[MX_SMALL-1]; /* For sizes 2 through MX_SMALL, inclusive */ member in struct:Mem3Global
14670 memsys3UnlinkFromList(i, &mem3.aiSmall[size-2]);
14704 memsys3LinkIntoList(i, &mem3.aiSmall[size-2]);
14796 ** mem3.aiSmall[] or mem3.aiHash[].
14868 i = mem3.aiSmall[nBlock-2];
14870 memsys3UnlinkFromList(i, &mem3.aiSmall[nBlock-2]);
14910 memsys3Merge(&mem3.aiSmall[i]);
15125 if( mem3.aiSmall[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c14567 ** Pointers to the head of the list are stored in mem3.aiSmall[]
14621 ** The master chunk is not in either the aiHash[] or aiSmall[].
14631 u32 aiSmall[MX_SMALL-1]; /* For sizes 2 through MX_SMALL, inclusive */ member in struct:Mem3Global
14670 memsys3UnlinkFromList(i, &mem3.aiSmall[size-2]);
14704 memsys3LinkIntoList(i, &mem3.aiSmall[size-2]);
14796 ** mem3.aiSmall[] or mem3.aiHash[].
14868 i = mem3.aiSmall[nBlock-2];
14870 memsys3UnlinkFromList(i, &mem3.aiSmall[nBlock-2]);
14910 memsys3Merge(&mem3.aiSmall[i]);
15125 if( mem3.aiSmall[
[all...]

Completed in 903 milliseconds