Searched refs:iSes (Results 1 – 1 of 1) sorted by relevance
31074 int iSes = 0; in do_meta_command() local31080 for(iSes=0; iSes<pAuxDb->nSession; iSes++){ in do_meta_command()31081 if( cli_strcmp(pAuxDb->aSession[iSes].zName, azArg[1])==0 ) break; in do_meta_command()31083 if( iSes<pAuxDb->nSession ){ in do_meta_command()31084 pSession = &pAuxDb->aSession[iSes]; in do_meta_command()31089 iSes = 0; in do_meta_command()31156 pAuxDb->aSession[iSes] = pAuxDb->aSession[--pAuxDb->nSession]; in do_meta_command()