Lines Matching defs:buffer
183 char *buffer; /* pointer to allocated buffer contents */
184 long bufferlength; /* length of buffer field */
200 /* upload file from buffer */
243 /* The maximum receive buffer size configurable via CURLOPT_BUFFERSIZE. */
248 /* Tests have proven that 20K is a very bad buffer size for uploads on
252 400 bytes since libcurl uses a buffer of this size as a scratch area
272 typedef size_t (*curl_write_callback)(char *buffer,
391 typedef size_t (*curl_read_callback)(char *buffer,
761 typedef CURLcode (*curl_conv_callback)(char *buffer, size_t length);
1442 /* Instruct libcurl to use a smaller receive buffer */
2077 /* Preferred buffer size to use for uploads */
2589 * The character buffer passed to it must not be freed.
2590 * Should return the buffer length passed to it as the argument "len" on