Home
last modified time | relevance | path

Searched refs:vh_prot_name (Results 1 - 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/core-net/
H A Dadopt.c122 const char *vh_prot_name, struct lws *parent, in __lws_adopt_descriptor_vhost1()
170 if (vh_prot_name) { in __lws_adopt_descriptor_vhost1()
172 vh_prot_name); in __lws_adopt_descriptor_vhost1()
175 vh_prot_name); in __lws_adopt_descriptor_vhost1()
188 if (lws_role_call_adoption_bind(new_wsi, (int)type, vh_prot_name)) { in __lws_adopt_descriptor_vhost1()
481 lws_sock_file_fd_type fd, const char *vh_prot_name, in lws_adopt_descriptor_vhost()
491 info.vh_prot_name = vh_prot_name; in lws_adopt_descriptor_vhost()
527 info->vh_prot_name, info->parent, in lws_adopt_descriptor_vhost_via_info()
121 __lws_adopt_descriptor_vhost1(struct lws_vhost *vh, lws_adoption_type type, const char *vh_prot_name, struct lws *parent, void *opaque, const char *fi_wsi_name) __lws_adopt_descriptor_vhost1() argument
480 lws_adopt_descriptor_vhost(struct lws_vhost *vh, lws_adoption_type type, lws_sock_file_fd_type fd, const char *vh_prot_name, struct lws *parent) lws_adopt_descriptor_vhost() argument
/third_party/libwebsockets/lib/roles/raw-file/
H A Dops-raw-file.c60 rops_adoption_bind_raw_file(struct lws *wsi, int type, const char *vh_prot_name) in rops_adoption_bind_raw_file() argument
69 if (!vh_prot_name) { in rops_adoption_bind_raw_file()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-adopt.h131 * \param vh_prot_name: NULL or vh protocol name to bind raw connection to
145 lws_sock_file_fd_type fd, const char *vh_prot_name,
152 const char *vh_prot_name; /**< NULL or vh protocol name to bind raw connection to */ member
167 * - vh_prot_name: NULL or vh protocol name to bind raw connection to
/third_party/libwebsockets/lib/roles/raw-proxy/
H A Dops-raw-proxy.c131 const char *vh_prot_name) in rops_adoption_bind_raw_proxy()
150 if (vh_prot_name) in rops_adoption_bind_raw_proxy()
130 rops_adoption_bind_raw_proxy(struct lws *wsi, int type, const char *vh_prot_name) rops_adoption_bind_raw_proxy() argument
/third_party/libwebsockets/lib/roles/raw-skt/
H A Dops-raw-skt.c276 rops_adoption_bind_raw_skt(struct lws *wsi, int type, const char *vh_prot_name) argument
301 if (vh_prot_name)
/third_party/libwebsockets/lib/roles/mqtt/
H A Dops-mqtt.c206 rops_adoption_bind_mqtt(struct lws *wsi, int type, const char *vh_prot_name)
216 if (vh_prot_name)
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c907 rops_adoption_bind_h1(struct lws *wsi, int type, const char *vh_prot_name) in rops_adoption_bind_h1() argument
952 if (!vh_prot_name && wsi->a.vhost->default_protocol_index < in rops_adoption_bind_h1()

Completed in 5 milliseconds