Lines Matching refs:nSession
12229 int nSession; /* Number of active sessions */ member
15397 for(j=0; j<pAuxDb->nSession; j++){ in session_close_all()
15400 pAuxDb->nSession = 0; in session_close_all()
20613 for(iSes=0; iSes<pAuxDb->nSession; iSes++){ in do_meta_command()
20616 if( iSes<pAuxDb->nSession ){ in do_meta_command()
20684 if( pAuxDb->nSession ){ in do_meta_command()
20686 pAuxDb->aSession[iSes] = pAuxDb->aSession[--pAuxDb->nSession]; in do_meta_command()
20697 if( pAuxDb->nSession ){ in do_meta_command()
20710 if( pAuxDb->nSession ){ in do_meta_command()
20735 if( pAuxDb->nSession ){ in do_meta_command()
20748 if( pAuxDb->nSession ){ in do_meta_command()
20759 for(i=0; i<pAuxDb->nSession; i++){ in do_meta_command()
20773 for(i=0; i<pAuxDb->nSession; i++){ in do_meta_command()
20779 if( pAuxDb->nSession>=ArraySize(pAuxDb->aSession) ){ in do_meta_command()
20783 pSession = &pAuxDb->aSession[pAuxDb->nSession]; in do_meta_command()
20792 pAuxDb->nSession++; in do_meta_command()