Searched refs:mxIndex (Results 1 – 1 of 1) sorted by relevance
459 int mxIndex, iIndex; in showSegdirMap() local466 mxIndex = sqlite3_column_int(pStmt, 0); in showSegdirMap()468 mxIndex = 0; in showSegdirMap()472 printf("Number of inverted indices............... %3d\n", mxIndex+1); in showSegdirMap()483 for(iIndex=0; iIndex<=mxIndex; iIndex++){ in showSegdirMap()484 if( mxIndex>0 ){ in showSegdirMap()