Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c15587 OpenSession aSession[4]; /* Array of sessions. [0] is in focus. */ member
19149 session_close(&pAuxDb->aSession[j]); in session_close_all()
24094 OpenSession *pSession = &pAuxDb->aSession[0]; in do_meta_command()
24103 if( cli_strcmp(pAuxDb->aSession[iSes].zName, azArg[1])==0 ) break; in do_meta_command()
24106 pSession = &pAuxDb->aSession[iSes]; in do_meta_command()
24110 pSession = &pAuxDb->aSession[0]; in do_meta_command()
24177 pAuxDb->aSession[iSes] = pAuxDb->aSession[--pAuxDb->nSession]; in do_meta_command()
24252 utf8_printf(p->out, "%d %s\n", i, pAuxDb->aSession[i].zName); in do_meta_command()
24266 if( cli_strcmp(pAuxDb->aSession[ in do_meta_command()
[all...]

Completed in 32 milliseconds