Lines Matching refs:num_properties
340 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()
714 for (i = 0; i < list->num_properties; i++, prop--) { in ossl_property_list_to_string()