Home | History | Annotate | Download | only in src

Lines Matching refs:numkeys

192     uint32 numkeys = aKeyList.size();
193 for (uint32 lcv = 0; lcv < numkeys; lcv++)
1811 //If numkeys is one, just check to see if the request
1823 uint32 numkeys = keylistptr->size();
1825 if (starting_index > (numkeys - 1) || numkeys <= 0 || max_entries == 0)
1851 for (lcv = 0; lcv < numkeys; lcv++)