Home
last modified time | relevance | path

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

/third_party/openssl/crypto/property/
Dproperty_parse.c294 r->has_optional = 0; in stack_to_property_list()
297 r->has_optional |= r->properties[i].optional; in stack_to_property_list()
522 r->has_optional = 0; in ossl_property_merge()
536 r->has_optional |= copy->optional; in ossl_property_merge()
Dproperty_local.h33 unsigned int has_optional : 1; member
Dproperty_query.c64 return query->has_optional ? 1 : 0; in ossl_property_has_optional()
/third_party/python/Tools/clinic/
Dclinic.py860 has_optional = False
868 if has_optional or p.is_optional():
869 has_optional = True
878 if has_optional: