Lines Matching defs:buffer
205 /* The default upload buffer size, should not be smaller than
206 CURL_MAX_WRITE_SIZE, as it needs to hold a full buffer as could be sent in
697 still left in the buffer, aimed for upload. */
701 buffer, so the next read should read from where this pointer points to,
1273 int type; /* type of the 'tempwrite' buffer as a bitmask that is used with
1337 struct dynbuf headerb; /* buffer to store headers in */
1340 char *buffer; /* download buffer */
1341 char *ulbuf; /* allocated upload buffer or NULL */
1359 char *scratch; /* huge buffer[set.buffer_size*2] for upload CRLF replacing */
1428 struct dynbuf trailers_buf; /* a buffer containing the compiled trailing
1485 BIT(errorbuf); /* Set to TRUE if the error buffer is already filled in.
1748 unsigned int buffer_size; /* size of receive buffer to use */
1749 unsigned int upload_buffer_size; /* size of upload buffer to use,