Lines Matching defs:amount
2698 * If we kept the ah, we should restrict the amount
3033 lws_filepos_t amount, poss;
3167 * Tracking consumption of the actual payload amount
3187 amount = 0;
3188 if (lws_vfs_file_read(wsi->http.fop_fd, &amount, p, poss) < 0)
3192 n = (int)amount;
3194 n = lws_ptr_diff(p, pstart) + (int)amount;
3224 wsi->http.range.budget - amount == 0) {// final part
3230 m = lws_write(wsi, p, (unsigned int)n, wsi->http.filepos + amount ==
3236 wsi->http.filepos += amount;
3240 wsi->http.range.budget -= amount;