Home
last modified time | relevance | path

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 Dminimal-http-server-form-get.c48 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 Dminimal-http-server-dynamic.c83 int z = lws_get_urlarg_by_name_safe(wsi, "x", value, in callback_dynamic_http()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-http.h518 * 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 Dprotocol_lws_mirror.c228 if (lws_get_urlarg_by_name_safe(wsi, "mirror", name, in callback_lws_mirror()
/third_party/libwebsockets/lib/core-net/
H A Dwsi.c734 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