Lines Matching defs:amount
1182 * Returns the amount of bytes it filled the buffer with.
1250 ssize_t amount;
1342 * - if sending blocks, it return 0 as amount
1358 result = Curl_nwrite(data, sockindex, ptr, sendsize, &amount);
1367 size_t headlen = (size_t)amount>headersize ? headersize : (size_t)amount;
1368 size_t bodylen = amount - headlen;
1377 /* 'amount' can never be a very large value here so typecasting it so a
1380 *bytes_written += (long)amount;
1388 if((size_t)amount != size) {
1393 size -= amount;
1395 ptr = Curl_dyn_ptr(in) + amount;
1421 if((size_t)amount != size)
1459 * The field value MAY be preceded by any amount of LWS, though a single SP
2924 /* Now, let's read off the proper amount of bytes from the
3542 * with the previously mentioned size. There can be any amount