Searched refs:name_idx (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/property/ |
H A D | property_parse.c | 293 if (pd1->name_idx < pd2->name_idx) in pd_compare() 295 if (pd1->name_idx > pd2->name_idx) in pd_compare() 338 prev_name_idx = r->properties[i].name_idx; in stack_to_property_list() 366 if (!parse_name(ctx, &s, 1, &prop->name_idx)) in ossl_parse_property() 369 if (prop->name_idx == 0) { in ossl_parse_property() 431 if (!parse_name(ctx, &s, 1, &prop->name_idx)) in ossl_parse_query() 485 if (q[i].name_idx > d[j].name_idx) { /* skip defn, not in query */ in ossl_property_match_count() 489 if (q[i].name_idx == d[j].name_idx) { /* both in defn and query */ in ossl_property_match_count() 559 } else if (ap[i].name_idx <= bp[j].name_idx) { in ossl_property_merge() 560 if (ap[i].name_idx == bp[j].name_idx) in ossl_property_merge() [all …]
|
H A D | property_query.c | 20 return key - defn->name_idx; in property_idx_cmp() 27 OSSL_PROPERTY_IDX name_idx; in ossl_property_find_property() local 30 || (name_idx = ossl_property_name(libctx, name, 0)) == 0) in ossl_property_find_property() 33 return ossl_bsearch(&name_idx, list->properties, list->num_properties, in ossl_property_find_property()
|
H A D | property_local.h | 21 OSSL_PROPERTY_IDX name_idx; member
|
Completed in 8 milliseconds