Searched refs:lws_get_urlarg_by_name_safe (Results 1 - 5 of 5) sorted by relevance
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-get/ |
H A D | minimal-http-server-form-get.c | 48 int rv = lws_get_urlarg_by_name_safe(wsi, param_names[n], in callback_http()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/ |
H A D | minimal-http-server-dynamic.c | 83 int z = lws_get_urlarg_by_name_safe(wsi, "x", value, in callback_dynamic_http()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-http.h | 518 * lws_get_urlarg_by_name_safe() - get copy and return length of y for x=y urlargs 539 lws_get_urlarg_by_name_safe(struct lws *wsi, const char *name, char *buf, int len); 556 * Use lws_get_urlarg_by_name_safe() instead of this, which returns the length.
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_mirror.c | 228 if (lws_get_urlarg_by_name_safe(wsi, "mirror", name, in callback_lws_mirror()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | wsi.c | 734 lws_get_urlarg_by_name_safe(struct lws *wsi, const char *name, char *buf, int len) in lws_get_urlarg_by_name_safe() function 773 int n = lws_get_urlarg_by_name_safe(wsi, name, buf, len); in lws_get_urlarg_by_name()
|
Completed in 6 milliseconds