Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_map/
Dmain.c52 map = lws_map_create(&info); in main()
108 map = lws_map_create(&info); in main()
163 map = lws_map_create(&info); in main()
224 map = lws_map_create(&info); in main()
/third_party/libwebsockets/READMEs/
DREADME.lws_map.md31 Just call `lws_map_create()` with the info struct to create the map, later it
37 lws_map_create(const lws_map_info_t *info);
/third_party/libwebsockets/include/libwebsockets/
Dlws-map.h120 lws_map_create(const lws_map_info_t *info);
/third_party/libwebsockets/lib/core/
Dlws_map.c107 lws_map_create(const lws_map_info_t *info) in lws_map_create() function