Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-map.h76 } lws_map_info_t; typedef
120 lws_map_create(const lws_map_info_t *info);
/third_party/libwebsockets/lib/core/
Dlws_map.c33 lws_map_info_t info;
107 lws_map_create(const lws_map_info_t *info) in lws_map_create()
/third_party/libwebsockets/READMEs/
DREADME.lws_map.md20 The user should prepare a `lws_map_info_t` object, it's legal for it to be
37 lws_map_create(const lws_map_info_t *info);
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_map/
Dmain.c36 lws_map_info_t info; in main()