Lines Matching defs:buffer
1182 * Returns the amount of bytes it filled the buffer with.
1184 static size_t readmoredata(char *buffer,
1207 memcpy(buffer, http->postdata, (size_t)http->postsize);
1227 memcpy(buffer, http->postdata, fullsize);
1235 * Curl_buffer_send() sends a header buffer and frees all associated
1246 /* how much of the buffer contains body data */
1289 /* OpenSSL is very picky and we must send the SAME buffer pointer to the
1290 library when we attempt to re-send this buffer. Sending the same data
1292 must copy the data to the uploadbuffer first, since that is the buffer
1303 needs to fit into the normal read-callback buffer later on and that
1304 buffer is using this size.
1363 * number of data bytes at the end of the big buffer (out of which we may
1418 /* the full buffer was sent, clean up and return */
1648 /* used to compile the provided trailers into one buffer
2503 /* this sends the buffer and frees all the buffer resources */
2583 /* this sends the buffer and frees all the buffer resources */
3201 /* initialize a dynamic send-buffer */
3204 /* make sure the header buffer is reset - if there are leftovers from a
3374 static bool checkprefixmax(const char *prefix, const char *buffer, size_t len)
3377 return curl_strnequal(prefix, buffer, ch);
3933 /* header line within buffer loop */
3943 /* Not a complete header line within buffer, append the data to
4497 buffer. */