Home
last modified time | relevance | path

Searched refs:LWS_FOP_CLOSE (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-vfs.h51 #define LWS_FOP_CLOSE _close macro
57 #define LWS_FOP_CLOSE close macro
108 int (*LWS_FOP_CLOSE)(lws_fop_fd_t *fop_fd); member
206 return (*fop_fd)->fops->LWS_FOP_CLOSE(fop_fd); in lws_vfs_file_close()
/third_party/libwebsockets/lib/core/
Dcontext.c343 context->fops_platform.LWS_FOP_CLOSE = _lws_plat_file_close; in lws_create_context()
/third_party/libwebsockets/lib/plat/freertos/esp32/
Desp32-helpers.c796 .LWS_FOP_CLOSE = esp32_lws_fops_close,