Lines Matching refs:fop_fd
70 struct lws_fop_fd fop_fd; /* MUST BE FIRST logical fop_fd into
336 priv->fop_fd.fops = &fops_zip;
361 priv->fop_fd.mod_time = priv->hdr.mod_time;
363 priv->fop_fd.flags = *flags;
365 /* The zip fop_fd is left pointing at the start of the content.
392 priv->fop_fd.len = priv->hdr.uncomp_size;
394 return &priv->fop_fd;
413 priv->fop_fd.len = sizeof(hd) + priv->hdr.comp_size +
433 priv->fop_fd.flags = *flags;
436 return &priv->fop_fd;
445 priv->fop_fd.len = priv->hdr.uncomp_size;
454 return &priv->fop_fd;
470 /* ie, we are closing the fop_fd for the file inside the gzip */
480 lws_vfs_file_close(&priv->zip_fop_fd); /* close the gzip fop_fd */
508 * there has been a seek in the uncompressed fop_fd