Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dhashmap.c39 struct hashmap_entry *bucket_next, *bucket_previous; member
96 e->bucket_next->bucket_previous = e->bucket_previous; in remove_entry()
98 if (e->bucket_previous) in remove_entry()
99 e->bucket_previous->bucket_next = e->bucket_next; in remove_entry()
153 e->bucket_previous = NULL; in pa_hashmap_put()
155 BY_HASH(h)[hash]->bucket_previous = e; in pa_hashmap_put()