|
PipeWire 1.2.8
|
Dictionary data structure. More...
Files | |
| file | dict.h |
| spa/utils/dict.h | |
Data Structures | |
| struct | spa_dict_item |
| struct | spa_dict |
Macros | |
| #define | SPA_DICT_ITEM_INIT(key, value) |
| #define | SPA_DICT_FLAG_SORTED (1<<0) |
| items are sorted | |
| #define | SPA_DICT_INIT(items, n_items) |
| #define | SPA_DICT_INIT_ARRAY(items) |
| #define | spa_dict_for_each(item, dict) |
Functions | |
| static int | spa_dict_item_compare (const void *i1, const void *i2) |
| static void | spa_dict_qsort (struct spa_dict *dict) |
| static const struct spa_dict_item * | spa_dict_lookup_item (const struct spa_dict *dict, const char *key) |
| static const char * | spa_dict_lookup (const struct spa_dict *dict, const char *key) |
Dictionary data structure.
| #define SPA_DICT_ITEM_INIT | ( | key, | |
| value ) |
| #define SPA_DICT_FLAG_SORTED (1<<0) |
items are sorted
| #define SPA_DICT_INIT | ( | items, | |
| n_items ) |
| #define SPA_DICT_INIT_ARRAY | ( | items | ) |
| #define spa_dict_for_each | ( | item, | |
| dict ) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |