Lines Matching refs:nSession
19460 int nSession; /* Number of active sessions */ member
23217 for(j=0; j<pAuxDb->nSession; j++){ in session_close_all()
23220 pAuxDb->nSession = 0; in session_close_all()
28265 for(iSes=0; iSes<pAuxDb->nSession; iSes++){ in do_meta_command()
28268 if( iSes<pAuxDb->nSession ){ in do_meta_command()
28337 if( pAuxDb->nSession ){ in do_meta_command()
28339 pAuxDb->aSession[iSes] = pAuxDb->aSession[--pAuxDb->nSession]; in do_meta_command()
28350 if( pAuxDb->nSession ){ in do_meta_command()
28362 if( pAuxDb->nSession ){ in do_meta_command()
28385 if( pAuxDb->nSession ){ in do_meta_command()
28397 if( pAuxDb->nSession ){ in do_meta_command()
28407 for(i=0; i<pAuxDb->nSession; i++){ in do_meta_command()
28421 for(i=0; i<pAuxDb->nSession; i++){ in do_meta_command()
28427 if( pAuxDb->nSession>=ArraySize(pAuxDb->aSession) ){ in do_meta_command()
28431 pSession = &pAuxDb->aSession[pAuxDb->nSession]; in do_meta_command()
28440 pAuxDb->nSession++; in do_meta_command()