Lines Matching defs:consumed
67 * @param readmore out, TRUE iff complete buf was consumed and more data
787 size_t consumed = 0;
801 result = rtsp_filter_rtp(data, buf, blen, &consumed);
804 buf += consumed;
805 blen -= consumed;
806 /* either we consumed all or are at the start of header parsing */
815 result = Curl_http_write_resp_hds(data, buf, blen, &consumed, done);
819 buf += consumed;
820 blen -= consumed;
833 result = rtsp_filter_rtp(data, buf, blen, &consumed);
836 blen -= consumed;
842 /* we SHOULD have consumed all bytes, unless the response is borked.