Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c19461 OpenSession aSession[4]; /* Array of sessions. [0] is in focus. */ member
23218 session_close(&pAuxDb->aSession[j]); in session_close_all()
28257 OpenSession *pSession = &pAuxDb->aSession[0]; in do_meta_command()
28269 pSession = &pAuxDb->aSession[iSes]; in do_meta_command()
28273 pSession = &pAuxDb->aSession[0]; in do_meta_command()
28339 pAuxDb->aSession[iSes] = pAuxDb->aSession[--pAuxDb->nSession]; in do_meta_command()
28408 oputf("%d %s\n", i, pAuxDb->aSession[i].zName); in do_meta_command()
28422 if( cli_strcmp(pAuxDb->aSession[i].zName,zName)==0 ){ in do_meta_command()
28427 if( pAuxDb->nSession>=ArraySize(pAuxDb->aSession) ){ in do_meta_command()
28428 eputf("Maximum of %d sessions\n", ArraySize(pAuxDb->aSession)); in do_meta_command()
[all …]