Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c15482 typedef struct OpenSession OpenSession; typedef
15483 struct OpenSession { struct
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){ in session_close()
19137 memset(pSession, 0, sizeof(OpenSession)); in session_close()
19142 ** Close all OpenSession objects and release all associated resources.
19163 OpenSession *pSession = (OpenSession*)pCt in session_filter()
[all...]

Completed in 29 milliseconds