Lines Matching refs:nSession
21730 int nSession; /* Number of active sessions */ member
25756 for(j=0; j<pAuxDb->nSession; j++){ in session_close_all()
25759 pAuxDb->nSession = 0; in session_close_all()
31080 for(iSes=0; iSes<pAuxDb->nSession; iSes++){ in do_meta_command()
31083 if( iSes<pAuxDb->nSession ){ in do_meta_command()
31154 if( pAuxDb->nSession ){ in do_meta_command()
31156 pAuxDb->aSession[iSes] = pAuxDb->aSession[--pAuxDb->nSession]; in do_meta_command()
31167 if( pAuxDb->nSession ){ in do_meta_command()
31180 if( pAuxDb->nSession ){ in do_meta_command()
31203 if( pAuxDb->nSession ){ in do_meta_command()
31216 if( pAuxDb->nSession ){ in do_meta_command()
31227 for(i=0; i<pAuxDb->nSession; i++){ in do_meta_command()
31241 for(i=0; i<pAuxDb->nSession; i++){ in do_meta_command()
31247 if( pAuxDb->nSession>=ArraySize(pAuxDb->aSession) ){ in do_meta_command()
31252 pSession = &pAuxDb->aSession[pAuxDb->nSession]; in do_meta_command()
31261 pAuxDb->nSession++; in do_meta_command()