Lines Matching refs:nSession
18197 int nSession; /* Number of active sessions */ member
21953 for(j=0; j<pAuxDb->nSession; j++){ in session_close_all()
21956 pAuxDb->nSession = 0; in session_close_all()
26895 for(iSes=0; iSes<pAuxDb->nSession; iSes++){ in do_meta_command()
26898 if( iSes<pAuxDb->nSession ){ in do_meta_command()
26967 if( pAuxDb->nSession ){ in do_meta_command()
26969 pAuxDb->aSession[iSes] = pAuxDb->aSession[--pAuxDb->nSession]; in do_meta_command()
26980 if( pAuxDb->nSession ){ in do_meta_command()
26992 if( pAuxDb->nSession ){ in do_meta_command()
27015 if( pAuxDb->nSession ){ in do_meta_command()
27027 if( pAuxDb->nSession ){ in do_meta_command()
27037 for(i=0; i<pAuxDb->nSession; i++){ in do_meta_command()
27051 for(i=0; i<pAuxDb->nSession; i++){ in do_meta_command()
27057 if( pAuxDb->nSession>=ArraySize(pAuxDb->aSession) ){ in do_meta_command()
27061 pSession = &pAuxDb->aSession[pAuxDb->nSession]; in do_meta_command()
27070 pAuxDb->nSession++; in do_meta_command()