Home
last modified time | relevance | path

Searched refs:has_optional (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/property/
H A Dproperty_local.h33 unsigned int has_optional : 1; member
H A Dproperty_parse.c324 r->has_optional = 0; in stack_to_property_list()
327 r->has_optional |= r->properties[i].optional; in stack_to_property_list()
552 r->has_optional = 0; in ossl_property_merge()
566 r->has_optional |= copy->optional; in ossl_property_merge()
H A Dproperty_query.c64 return query->has_optional ? 1 : 0; in ossl_property_has_optional()