Home
last modified time | relevance | path

Searched defs:tls_impl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dldap-tls.h54 typedef struct tls_impl { struct
55 const char *ti_name;
57 TI_tls_init *ti_tls_init; /* library initialization */
58 TI_tls_destroy *ti_tls_destroy;
60 TI_ctx_new *ti_ctx_new;
61 TI_ctx_ref *ti_ctx_ref;
62 TI_ctx_free *ti_ctx_free;
86 } tls_impl; argument