Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-vfs.h53 #define LWS_FOP_READ _read macro
59 #define LWS_FOP_READ read macro
113 int (*LWS_FOP_READ)(lws_fop_fd_t fop_fd, lws_filepos_t *amount, member
235 return fop_fd->fops->LWS_FOP_READ(fop_fd, amount, buf, len); in lws_vfs_file_read()
/external/libwebsockets/lib/roles/http/server/
Dfops-zip.c233 if (priv->zip_fop_fd->fops->LWS_FOP_READ(priv->zip_fop_fd, in lws_fops_zip_scan()
248 if (priv->zip_fop_fd->fops->LWS_FOP_READ(priv->zip_fop_fd, in lws_fops_zip_scan()
535 if (priv->zip_fop_fd->fops->LWS_FOP_READ( in lws_fops_zip_read()
639 if (priv->zip_fop_fd->fops->LWS_FOP_READ(priv->zip_fop_fd, in lws_fops_zip_read()
/external/libwebsockets/lib/core/
Dcontext.c340 context->fops_platform.LWS_FOP_READ = _lws_plat_file_read; in lws_create_context()
/external/libwebsockets/lib/plat/freertos/esp32/
Desp32-helpers.c797 .LWS_FOP_READ = esp32_lws_fops_read,