Home
last modified time | relevance | path

Searched refs:fake_POLLIN_for_buffered (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/plat/windows/
Dwindows-service.c169 pt->context->tls_ops->fake_POLLIN_for_buffered) in _lws_plat_service_tsi()
170 pt->context->tls_ops->fake_POLLIN_for_buffered(pt); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-service.c185 pt->context->tls_ops->fake_POLLIN_for_buffered) in _lws_plat_service_tsi()
186 m |= pt->context->tls_ops->fake_POLLIN_for_buffered(pt); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/plat/unix/
Dunix-service.c205 pt->context->tls_ops->fake_POLLIN_for_buffered) in _lws_plat_service_tsi()
206 m |= pt->context->tls_ops->fake_POLLIN_for_buffered(pt); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/plat/optee/
Dnetwork.c145 pt->context->tls_ops->fake_POLLIN_for_buffered) in _lws_plat_service_tsi()
146 m = pt->context->tls_ops->fake_POLLIN_for_buffered(pt); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/tls/
Dprivate-network.h29 int (*fake_POLLIN_for_buffered)(struct lws_context_per_thread *pt); member
/third_party/libwebsockets/lib/core-net/
Dservice.c351 pt->context->tls_ops->fake_POLLIN_for_buffered && in lws_service_adjust_timeout()
352 pt->context->tls_ops->fake_POLLIN_for_buffered(pt)) in lws_service_adjust_timeout()