Home
last modified time | relevance | path

Searched refs:iSes (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c26889 int iSes = 0; in do_meta_command() local
26895 for(iSes=0; iSes<pAuxDb->nSession; iSes++){ in do_meta_command()
26896 if( cli_strcmp(pAuxDb->aSession[iSes].zName, azArg[1])==0 ) break; in do_meta_command()
26898 if( iSes<pAuxDb->nSession ){ in do_meta_command()
26899 pSession = &pAuxDb->aSession[iSes]; in do_meta_command()
26904 iSes = 0; in do_meta_command()
26969 pAuxDb->aSession[iSes] = pAuxDb->aSession[--pAuxDb->nSession]; in do_meta_command()