Home
last modified time | relevance | path

Searched refs:LWS_FOP_WRITE (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-vfs.h54 #define LWS_FOP_WRITE _write macro
60 #define LWS_FOP_WRITE write macro
116 int (*LWS_FOP_WRITE)(lws_fop_fd_t fop_fd, lws_filepos_t *amount, member
249 return fop_fd->fops->LWS_FOP_WRITE(fop_fd, amount, buf, len); in lws_vfs_file_write()
/third_party/libwebsockets/lib/core/
Dcontext.c878 context->fops_platform.LWS_FOP_WRITE = _lws_plat_file_write; in lws_create_context()