Home | Sort by: relevance | last modified time | path |
/src/common/lib/libprop/ | |
prop_dictionary.c | 194 const struct _prop_dictionary_keysym *pdk2 = n2; local in function:_prop_dict_keysym_rb_compare_nodes 196 return strcmp(pdk1->pdk_key, pdk2->pdk_key); 279 prop_dictionary_keysym_t pdk2 = v2; local in function:_prop_dict_keysym_equals 285 if (pdk1 == pdk2) 1253 prop_dictionary_keysym_t pdk2) 1256 !prop_object_is_dictionary_keysym(pdk2)) 1259 return (prop_object_equals(pdk1, pdk2)); |
prop_dictionary.c | 194 const struct _prop_dictionary_keysym *pdk2 = n2; local in function:_prop_dict_keysym_rb_compare_nodes 196 return strcmp(pdk1->pdk_key, pdk2->pdk_key); 279 prop_dictionary_keysym_t pdk2 = v2; local in function:_prop_dict_keysym_equals 285 if (pdk1 == pdk2) 1253 prop_dictionary_keysym_t pdk2) 1256 !prop_object_is_dictionary_keysym(pdk2)) 1259 return (prop_object_equals(pdk1, pdk2)); |