Lines Matching refs:amount
37 size_t dlen; /* the amount of allocated x.data[] */
149 * Return the total amount of data in the queue.
154 * Return the total amount of free space in the queue.
173 * and the amount of copied bytes is returned.
183 * and the amount of copied bytes is returned.
206 * Tell the buffer queue to discard `amount` buf bytes at the head
210 void Curl_bufq_skip(struct bufq *q, size_t amount);
217 * the amount of buf written. A writer may return -1 and CURLE_AGAIN
219 * the amount of buf passed so far.
235 * Returns the total amount of buf read (may be 0) or -1 on other
246 * Returns the total amount of buf read (may be 0) or -1 on other
258 * amount buffered, chunk size, etc.