Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c7887 typedef struct OpenSession OpenSession; typedef
7888 struct OpenSession { struct
7962 OpenSession aSession[4]; /* Array of sessions. [0] is in focus. */
10271 static void session_close(OpenSession *pSession){ in session_close()
10279 memset(pSession, 0, sizeof(OpenSession)); in session_close()
10304 OpenSession *pSession = (OpenSession*)pCtx; in session_filter()
13539 OpenSession *pSession = &p->aSession[0]; in do_meta_command()
/external/sqlite/dist/
Dshell.c7893 typedef struct OpenSession OpenSession; typedef
7894 struct OpenSession { struct
7968 OpenSession aSession[4]; /* Array of sessions. [0] is in focus. */
10277 static void session_close(OpenSession *pSession){ in session_close()
10285 memset(pSession, 0, sizeof(OpenSession)); in session_close()
10310 OpenSession *pSession = (OpenSession*)pCtx; in session_filter()
13562 OpenSession *pSession = &p->aSession[0]; in do_meta_command()