Searched refs:num_properties (Results 1 – 5 of 5) sorted by relevance
291 const size_t num_properties = m_properties.size(); in Clear() local292 for (size_t i = 0; i < num_properties; ++i) in Clear()323 const size_t num_properties = m_properties.size(); in DumpValue() local324 for (size_t i = 0; i < num_properties; ++i) { in DumpValue()340 const size_t num_properties = m_properties.size(); in ToJSON() local341 for (size_t i = 0; i < num_properties; ++i) { in ToJSON()438 const size_t num_properties = m_properties.size(); in DumpAllDescriptions() local439 for (size_t i = 0; i < num_properties; ++i) { in DumpAllDescriptions()444 for (size_t i = 0; i < num_properties; ++i) { in DumpAllDescriptions()454 const size_t num_properties = m_properties.size(); in Apropos() local[all …]
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()[all …]
34 int num_properties; member
32 return ossl_bsearch(&name_idx, list->properties, list->num_properties, in ossl_property_find_property()
62 const size_t num_properties = in DoExecute() local64 if (num_properties) { in DoExecute()69 for (size_t i = 0; i < num_properties; ++i) in DoExecute()