Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/server/
Dfops-zip.c501 lws_filepos_t ramount, rlen, cur = lws_vfs_tell(fd); in lws_fops_zip_read() local
536 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()