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