Lines Matching refs:OpenSession
15482 typedef struct OpenSession OpenSession;
15483 struct OpenSession {
15587 OpenSession aSession[4]; /* Array of sessions. [0] is in focus. */
19126 ** Close a single OpenSession object and release all of its associated
19129 static void session_close(OpenSession *pSession){
19137 memset(pSession, 0, sizeof(OpenSession));
19142 ** Close all OpenSession objects and release all associated resources.
19163 OpenSession *pSession = (OpenSession*)pCtx;
24094 OpenSession *pSession = &pAuxDb->aSession[0];