Searched refs:LWS_FOP_CLOSE (Results 1 – 3 of 3) sorted by relevance
51 #define LWS_FOP_CLOSE _close macro57 #define LWS_FOP_CLOSE close macro108 int (*LWS_FOP_CLOSE)(lws_fop_fd_t *fop_fd); member206 return (*fop_fd)->fops->LWS_FOP_CLOSE(fop_fd); in lws_vfs_file_close()
343 context->fops_platform.LWS_FOP_CLOSE = _lws_plat_file_close; in lws_create_context()
796 .LWS_FOP_CLOSE = esp32_lws_fops_close,