Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c69406 int iList; /* Index into input list */ local
69414 for(iList=0; iList<nList; iList++){
69416 aMerge = &aList[iList];
69417 for(iSub=0; iList & (1<<iSub); iSub++){
69422 assert( p->aList==&aList[iList&~((2<<iSub)-1)] );