Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c15586 int nSession; /* Number of active sessions */ member
19148 for(j=0; j<pAuxDb->nSession; j++){ in session_close_all()
19151 pAuxDb->nSession = 0; in session_close_all()
24102 for(iSes=0; iSes<pAuxDb->nSession; iSes++){ in do_meta_command()
24105 if( iSes<pAuxDb->nSession ){ in do_meta_command()
24175 if( pAuxDb->nSession ){ in do_meta_command()
24177 pAuxDb->aSession[iSes] = pAuxDb->aSession[--pAuxDb->nSession]; in do_meta_command()
24188 if( pAuxDb->nSession ){ in do_meta_command()
24201 if( pAuxDb->nSession ){ in do_meta_command()
24227 if( pAuxDb->nSession ){ in do_meta_command()
[all...]

Completed in 33 milliseconds