Searched refs:_xcb_map (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_list.c43 struct _xcb_map { struct
50 _xcb_map *_xcb_map_new(void)
52 _xcb_map *list;
53 list = malloc(sizeof(_xcb_map));
61 void _xcb_map_delete(_xcb_map *list, xcb_list_free_func_t do_free)
76 int _xcb_map_put(_xcb_map *list, uint64_t key, void *data)
89 void *_xcb_map_remove(_xcb_map *list, uint64_t key)
H A Dxcbint.h82 typedef struct _xcb_map _xcb_map; typedef in typeref:struct:_xcb_map
84 _xcb_map *_xcb_map_new(void);
85 void _xcb_map_delete(_xcb_map *q, xcb_list_free_func_t do_free);
86 int _xcb_map_put(_xcb_map *q, uint64_t key, void *data);
87 void *_xcb_map_remove(_xcb_map *q, uint64_t key);
154 _xcb_map *replies;

Completed in 2 milliseconds