Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_p11.c394 ret = P11FUNC(p, OpenSession, (slot->id, in p11_get_session()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c18092 typedef struct OpenSession OpenSession; typedef
18093 struct OpenSession { struct
18198 OpenSession aSession[4]; /* Array of sessions. [0] is in focus. */
21934 static void session_close(OpenSession *pSession){ in session_close()
21942 memset(pSession, 0, sizeof(OpenSession)); in session_close()
21968 OpenSession *pSession = (OpenSession*)pCtx; in session_filter()
26887 OpenSession *pSession = &pAuxDb->aSession[0]; in do_meta_command()