Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c18197 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()
[all …]