Searched refs:iSes (Results 1 – 1 of 1) sorted by relevance
28259 int iSes = 0; in do_meta_command() local28265 for(iSes=0; iSes<pAuxDb->nSession; iSes++){ in do_meta_command()28266 if( cli_strcmp(pAuxDb->aSession[iSes].zName, azArg[1])==0 ) break; in do_meta_command()28268 if( iSes<pAuxDb->nSession ){ in do_meta_command()28269 pSession = &pAuxDb->aSession[iSes]; in do_meta_command()28274 iSes = 0; in do_meta_command()28339 pAuxDb->aSession[iSes] = pAuxDb->aSession[--pAuxDb->nSession]; in do_meta_command()