Home
last modified time | relevance | path

Searched refs:iList (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c67760 int iList; /* Index into input list */ local
67768 for(iList=0; iList<nList; iList++){
67770 aMerge = &aList[iList];
67771 for(iSub=0; iList & (1<<iSub); iSub++){
67776 assert( p->aList==&aList[iList&~((2<<iSub)-1)] );