Lines Matching defs:OpenSession
19355 typedef struct OpenSession OpenSession;
19356 struct OpenSession {
19461 OpenSession aSession[4]; /* Array of sessions. [0] is in focus. */
23195 ** Close a single OpenSession object and release all of its associated
23198 static void session_close(OpenSession *pSession){
23206 memset(pSession, 0, sizeof(OpenSession));
23211 ** Close all OpenSession objects and release all associated resources.
23232 OpenSession *pSession = (OpenSession*)pCtx;
28257 OpenSession *pSession = &pAuxDb->aSession[0];