Home
last modified time | relevance | path

Searched defs:old_key (Results 1 – 6 of 6) sorted by relevance

/third_party/eudev/src/shared/
Dhashmap.h236 static inline int ordered_hashmap_remove_and_put(OrderedHashmap *h, const void *old_key, const void… in ordered_hashmap_remove_and_put()
241 static inline int ordered_hashmap_remove_and_replace(OrderedHashmap *h, const void *old_key, const … in ordered_hashmap_remove_and_replace()
Dhashmap.c1420 int hashmap_remove_and_put(Hashmap *h, const void *old_key, const void *new_key, void *value) { in hashmap_remove_and_put()
1447 int set_remove_and_put(Set *s, const void *old_key, const void *new_key) { in set_remove_and_put()
1473 int hashmap_remove_and_replace(Hashmap *h, const void *old_key, const void *new_key, void *value) { in hashmap_remove_and_replace()
/third_party/nghttp2/lib/
Dnghttp2_ksl.c599 void nghttp2_ksl_update_key(nghttp2_ksl *ksl, const nghttp2_ksl_key *old_key, in nghttp2_ksl_update_key()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_ksl.c599 void nghttp2_ksl_update_key(nghttp2_ksl *ksl, const nghttp2_ksl_key *old_key, in nghttp2_ksl_update_key()
/third_party/python/Objects/
Ddictobject.c1602 PyObject *old_key; in delitem_common() local
1840 PyObject *old_value, *old_key; in _PyDict_Pop_KnownHash() local
Dsetobject.c314 PyObject *old_key; in set_discard_entry() local