Home
last modified time | relevance | path

Searched refs:LWS_FOP_READ (Results 1 – 3 of 3) 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.c236 if (priv->zip_fop_fd->fops->LWS_FOP_READ(priv->zip_fop_fd, in lws_fops_zip_scan()
251 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()
638 if (priv->zip_fop_fd->fops->LWS_FOP_READ(priv->zip_fop_fd, in lws_fops_zip_read()
/external/libwebsockets/lib/core/
Dcontext.c877 context->fops_platform.LWS_FOP_READ = _lws_plat_file_read; in lws_create_context()