Home
last modified time | relevance | path

Searched refs:prop_names (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/property/
Dproperty_string.c39 PROP_TABLE *prop_names; member
79 property_table_free(&propdata->prop_names); in property_string_data_free()
96 propdata->prop_names = lh_PROPERTY_STRING_new(&property_hash, in property_string_data_new()
98 if (propdata->prop_names == NULL) in property_string_data_new()
202 lh_PROPERTY_STRING_doall_arg(name ? propdata->prop_names in ossl_property_str()
219 return ossl_property_string(propdata->lock, propdata->prop_names, in ossl_property_name()
/third_party/libevdev/libevdev/
Dlibevdev-names.c167 entry = lookup_name(prop_names, ARRAY_LENGTH(prop_names), &lookup); in libevdev_property_from_name_n()
/third_party/libevdev/include/
Devent-names.h1607 static const struct name_entry prop_names[] = { variable