Searched refs:ldo_tls_ctx (Results 1 – 5 of 5) sorted by relevance
108 if ( lo->ldo_tls_ctx ) { in ldap_int_tls_destroy()109 ldap_pvt_tls_ctx_free( lo->ldo_tls_ctx ); in ldap_int_tls_destroy()110 lo->ldo_tls_ctx = NULL; in ldap_int_tls_destroy()213 if ( lo->ldo_tls_ctx ) in ldap_int_tls_init_ctx()261 lo->ldo_tls_ctx = ti->ti_ctx_new( lo ); in ldap_int_tls_init_ctx()262 if ( lo->ldo_tls_ctx == NULL ) { in ldap_int_tls_init_ctx()272 if ( rc < 0 && lo->ldo_tls_ctx != NULL ) { in ldap_int_tls_init_ctx()273 ldap_pvt_tls_ctx_free( lo->ldo_tls_ctx ); in ldap_int_tls_init_ctx()274 lo->ldo_tls_ctx = NULL; in ldap_int_tls_init_ctx()314 ctx = lo->ldo_tls_ctx; in alloc_handle()[all …]
207 ld->ld_options.ldo_tls_ctx = NULL; in ldap_create()
301 void *ldo_tls_ctx; member
191 tlsg_ctx *ctx = lo->ldo_tls_ctx; in tlsg_ctx_init()
359 tlso_ctx *ctx = (tlso_ctx *)lo->ldo_tls_ctx; in tlso_ctx_init()