Searched refs:ramount (Results 1 – 1 of 1) sorted by relevance
501 lws_filepos_t ramount, rlen, cur = lws_vfs_tell(fd); in lws_fops_zip_read() local536 priv->zip_fop_fd, &ramount, priv->rbuf, in lws_fops_zip_read()540 cur += ramount; in lws_fops_zip_read()542 priv->inflate.avail_in = (unsigned int)ramount; in lws_fops_zip_read()605 &ramount, buf, rlen)) in lws_fops_zip_read()607 *amount += ramount; in lws_fops_zip_read()608 fd->pos += ramount; // virtual pos in lws_fops_zip_read()609 buf += ramount; in lws_fops_zip_read()610 len -= ramount; in lws_fops_zip_read()