Home
last modified time | relevance | path

Searched refs:lws_flags (Results 1 - 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/roles/dbus/
H A Ddbus.c153 unsigned int flags = 0, lws_flags = 0; in lws_dbus_add_watch() local
185 lws_flags |= LWS_POLLIN; in lws_dbus_add_watch()
187 lws_flags |= LWS_POLLOUT; in lws_dbus_add_watch()
191 data, lws_flags); in lws_dbus_add_watch()
193 if (lws_flags) in lws_dbus_add_watch()
194 __lws_change_pollfd(wsi, 0, (int)lws_flags); in lws_dbus_add_watch()
235 unsigned int flags = 0, lws_flags = 0; in lws_dbus_remove_watch() local
257 lws_flags |= LWS_POLLIN; in lws_dbus_remove_watch()
259 lws_flags |= LWS_POLLOUT; in lws_dbus_remove_watch()
263 data, lws_flags); in lws_dbus_remove_watch()
[all...]
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c155 lws_plat_set_socket_options_ip(lws_sockfd_type fd, uint8_t pri, int lws_flags) in lws_plat_set_socket_options_ip() argument
179 if (!(lws_flags & ip_opt_lws_flags[n])) in lws_plat_set_socket_options_ip()
/third_party/libwebsockets/lib/plat/optee/
H A Dnetwork.c260 lws_plat_set_socket_options_ip(int fd, uint8_t pri, unsigned int lws_flags) in lws_plat_set_socket_options_ip() argument
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c221 lws_plat_set_socket_options_ip(lws_sockfd_type fd, uint8_t pri, int lws_flags) in lws_plat_set_socket_options_ip() argument
265 if (!(lws_flags & ip_opt_lws_flags[n])) in lws_plat_set_socket_options_ip()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-sockets.c158 lws_plat_set_socket_options_ip(lws_sockfd_type fd, uint8_t pri, int lws_flags) in lws_plat_set_socket_options_ip() argument
/third_party/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h1054 lws_plat_set_socket_options_ip(lws_sockfd_type fd, uint8_t pri, int lws_flags);

Completed in 10 milliseconds