Searched refs:LWS_FOP_WRITE (Results 1 – 2 of 2) sorted by relevance
54 #define LWS_FOP_WRITE _write macro60 #define LWS_FOP_WRITE write macro116 int (*LWS_FOP_WRITE)(lws_fop_fd_t fop_fd, lws_filepos_t *amount, member249 return fop_fd->fops->LWS_FOP_WRITE(fop_fd, amount, buf, len); in lws_vfs_file_write()
878 context->fops_platform.LWS_FOP_WRITE = _lws_plat_file_write; in lws_create_context()