Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c18198 OpenSession aSession[4]; /* Array of sessions. [0] is in focus. */ member
21954 session_close(&pAuxDb->aSession[j]); in session_close_all()
26887 OpenSession *pSession = &pAuxDb->aSession[0]; in do_meta_command()
26896 if( cli_strcmp(pAuxDb->aSession[iSes].zName, azArg[1])==0 ) break; in do_meta_command()
26899 pSession = &pAuxDb->aSession[iSes]; in do_meta_command()
26903 pSession = &pAuxDb->aSession[0]; in do_meta_command()
26969 pAuxDb->aSession[iSes] = pAuxDb->aSession[--pAuxDb->nSession]; in do_meta_command()
27038 oputf("%d %s\n", i, pAuxDb->aSession[i].zName); in do_meta_command()
27052 if( cli_strcmp(pAuxDb->aSession[i].zName,zName)==0 ){ in do_meta_command()
27057 if( pAuxDb->nSession>=ArraySize(pAuxDb->aSession) ){ in do_meta_command()
[all …]