Searched refs:ischild (Results 1 – 2 of 2) sorted by relevance
44 unsigned int ischild:1; member68 return ctx->ischild; in ossl_lib_ctx_is_child()229 ctx->ischild = 1; in OSSL_LIB_CTX_new_child()246 if (ctx->ischild) in OSSL_LIB_CTX_free()
192 unsigned int ischild:1; member495 if (prov->ischild) { in ossl_provider_up_ref()732 else if (prov->ischild) { in ossl_provider_free()1069 if (prov->activatecnt >= 2 && prov->ischild && upcalls) { in provider_deactivate()1133 if (prov->ischild && upcalls && !ossl_provider_up_ref_parent(prov, 1)) in provider_activate()1139 if (prov->ischild && upcalls) in provider_activate()1148 if (prov->ischild && upcalls) in provider_activate()1254 if (aschild && !prov->ischild) in ossl_provider_activate()1555 && !prov->ischild in ossl_provider_teardown()1673 return prov->ischild; in ossl_provider_is_child()[all …]