Lines Matching refs:aSession
12230 OpenSession aSession[4]; /* Array of sessions. [0] is in focus. */ member
15398 session_close(&pAuxDb->aSession[j]); in session_close_all()
20605 OpenSession *pSession = &pAuxDb->aSession[0]; in do_meta_command()
20614 if( strcmp(pAuxDb->aSession[iSes].zName, azArg[1])==0 ) break; in do_meta_command()
20617 pSession = &pAuxDb->aSession[iSes]; in do_meta_command()
20621 pSession = &pAuxDb->aSession[0]; in do_meta_command()
20686 pAuxDb->aSession[iSes] = pAuxDb->aSession[--pAuxDb->nSession]; in do_meta_command()
20760 utf8_printf(p->out, "%d %s\n", i, pAuxDb->aSession[i].zName); in do_meta_command()
20774 if( strcmp(pAuxDb->aSession[i].zName,zName)==0 ){ in do_meta_command()
20779 if( pAuxDb->nSession>=ArraySize(pAuxDb->aSession) ){ in do_meta_command()
20780 raw_printf(stderr, "Maximum of %d sessions\n", ArraySize(pAuxDb->aSession)); in do_meta_command()
20783 pSession = &pAuxDb->aSession[pAuxDb->nSession]; in do_meta_command()