Lines Matching refs:iSes
34208 int iSes = 0;34214 for(iSes=0; iSes<pAuxDb->nSession; iSes++){34215 if( cli_strcmp(pAuxDb->aSession[iSes].zName, azArg[1])==0 ) break;34217 if( iSes<pAuxDb->nSession ){34218 pSession = &pAuxDb->aSession[iSes];34223 iSes = 0;34290 pAuxDb->aSession[iSes] = pAuxDb->aSession[--pAuxDb->nSession];