Searched defs:out_bool (Results 1 – 4 of 4) sorted by relevance
260 int X509V3_bool_from_string(const char *str, ASN1_BOOLEAN *out_bool) { in X509V3_bool_from_string()275 int X509V3_get_value_bool(const CONF_VALUE *value, ASN1_BOOLEAN *out_bool) { in X509V3_get_value_bool()
308 int X509V3_bool_from_string(const char *str, ASN1_BOOLEAN *out_bool) { in X509V3_bool_from_string()323 int X509V3_get_value_bool(const CONF_VALUE *value, ASN1_BOOLEAN *out_bool) { in X509V3_get_value_bool()
1564 auto out_bool = g.insert(Symbol::fromQualString("prim::is_none"), {opt_int}); in TEST() local