Home
last modified time | relevance | path

Searched refs:smd_ttl_us (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
Dlws-minimal-esp32.c212 info->smd_ttl_us = 20 * LWS_USEC_PER_SEC; /* we can spend a long time in display */ in app_main()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h857 lws_usec_t smd_ttl_us; member
/third_party/libwebsockets/lib/core/
Dcontext.c675 context->smd_ttl_us = info->smd_ttl_us ? info->smd_ttl_us : in lws_create_context()
Dprivate-lib-core.h678 lws_usec_t smd_ttl_us; member
/third_party/libwebsockets/lib/system/smd/
Dsmd.c710 if ((lws_now_usecs() - msg->timestamp) > ctx->smd_ttl_us) { in lws_smd_message_pending()