Home
last modified time | relevance | path

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

/openssl/crypto/property/
H A Dproperty_parse.c340 r->num_properties = n; in stack_to_property_list()
479 while (i < query->num_properties) { in ossl_property_match_count()
484 if (j < defn->num_properties) { in ossl_property_match_count()
546 const int t = a->num_properties + b->num_properties; in ossl_property_merge()
554 for (i = j = n = 0; i < a->num_properties || j < b->num_properties; n++) { in ossl_property_merge()
555 if (i >= a->num_properties) { in ossl_property_merge()
557 } else if (j >= b->num_properties) { in ossl_property_merge()
569 r->num_properties = n; in ossl_property_merge()
712 if (list->num_properties != 0) in ossl_property_list_to_string()
713 prop = &list->properties[list->num_properties - 1]; in ossl_property_list_to_string()
[all …]
H A Dproperty_local.h32 int num_properties; member
H A Dproperty_query.c33 return ossl_bsearch(&name_idx, list->properties, list->num_properties, in ossl_property_find_property()

Completed in 7 milliseconds