Lines Matching defs:OpenSession
23624 typedef struct OpenSession OpenSession;
23625 struct OpenSession {
23718 OpenSession aSession[4]; /* Array of sessions. [0] is in focus. */
27631 ** Close a single OpenSession object and release all of its associated
27634 static void session_close(OpenSession *pSession){
27642 memset(pSession, 0, sizeof(OpenSession));
27647 ** Close all OpenSession objects and release all associated resources.
27668 OpenSession *pSession = (OpenSession*)pCtx;
34206 OpenSession *pSession = &pAuxDb->aSession[0];