Home
last modified time | relevance | path

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

/external/libwebsockets/lib/plat/unix/
Dunix-fds.c35 if (!context->max_fds_unrelated_to_ulimit) in wsi_from_fd()
57 if (!context->max_fds_unrelated_to_ulimit) { in insert_wsi()
116 if (!context->max_fds_unrelated_to_ulimit) { in delete_from_fd()
/external/libwebsockets/lib/core-net/
Dpollfd.c286 if (!wsi->context->max_fds_unrelated_to_ulimit && in __insert_wsi_socket_into_fds()
360 if (!wsi->context->max_fds_unrelated_to_ulimit && in __remove_wsi_socket_from_fds()
/external/libwebsockets/lib/core/
Dprivate-lib-core.h513 unsigned int max_fds_unrelated_to_ulimit:1; member
Dcontext.c420 context->max_fds_unrelated_to_ulimit = 1; in lws_create_context()