Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c24096 int iSes = 0; in do_meta_command() local
24102 for(iSes=0; iSes<pAuxDb->nSession; iSes++){ in do_meta_command()
24103 if( cli_strcmp(pAuxDb->aSession[iSes].zName, azArg[1])==0 ) break; in do_meta_command()
24105 if( iSes<pAuxDb->nSession ){ in do_meta_command()
24106 pSession = &pAuxDb->aSession[iSes]; in do_meta_command()
24111 iSes = 0; in do_meta_command()
24177 pAuxDb->aSession[iSes] = pAuxDb->aSession[--pAuxDb->nSession]; in do_meta_command()

Completed in 35 milliseconds