Searched refs:lws_map_item_create (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-map.h | 92 lws_map_item_create(_map, (const lws_map_key_t)_str, \ 146 * lws_map_item_create() - allocate and map an item into an existing map 162 lws_map_item_create(lws_map_t *map,
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_map/ |
H A D | main.c | 168 if (!lws_map_item_create(map, (lws_map_key_t)&k1, sizeof(k1), in main() 174 if (!lws_map_item_create(map, (lws_map_key_t)&k2, sizeof(k2), in main()
|
/third_party/libwebsockets/lib/core/ |
H A D | lws_map.c | 179 lws_map_item_create(lws_map_t *map, in lws_map_item_create() function
|
Completed in 2 milliseconds