Home
last modified time | relevance | path

Searched defs:pa_hashmap (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dhashmap.c43 struct pa_hashmap { struct
54 #define BY_HASH(h) ((struct hashmap_entry**) ((uint8_t*) (h) + PA_ALIGN(sizeof(pa_hashmap)))) argument
Dhashmap.h32 typedef struct pa_hashmap pa_hashmap; typedef