Searched refs:num_properties (Results 1 – 3 of 3) sorted by relevance
310 r->num_properties = n; in stack_to_property_list()449 while (i < query->num_properties) { in ossl_property_match_count()454 if (j < defn->num_properties) { in ossl_property_match_count()516 const int t = a->num_properties + b->num_properties; in ossl_property_merge()524 for (i = j = n = 0; i < a->num_properties || j < b->num_properties; n++) { in ossl_property_merge()525 if (i >= a->num_properties) { in ossl_property_merge()527 } else if (j >= b->num_properties) { in ossl_property_merge()539 r->num_properties = n; in ossl_property_merge()656 if (list->num_properties != 0) in ossl_property_list_to_string()657 prop = &list->properties[list->num_properties - 1]; in ossl_property_list_to_string()[all …]
32 int num_properties; member
33 return ossl_bsearch(&name_idx, list->properties, list->num_properties, in ossl_property_find_property()
Completed in 7 milliseconds