Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c23755 int nSession; /* Number of active sessions */ member
27691 for(j=0; j<pAuxDb->nSession; j++){ in session_close_all()
27694 pAuxDb->nSession = 0; in session_close_all()
34277 for(iSes=0; iSes<pAuxDb->nSession; iSes++){ in do_meta_command()
34280 if( iSes<pAuxDb->nSession ){ in do_meta_command()
34351 if( pAuxDb->nSession ){ in do_meta_command()
34353 pAuxDb->aSession[iSes] = pAuxDb->aSession[--pAuxDb->nSession]; in do_meta_command()
34364 if( pAuxDb->nSession ){ in do_meta_command()
34378 if( pAuxDb->nSession ){ in do_meta_command()
34401 if( pAuxDb->nSession ){ in do_meta_command()
[all …]