Lines Matching defs:data

180   char *contents;                   /* pointer to allocated data contents */
204 /* upload file contents by using the regular read callback to get the data and
338 /* if splitting of data transfer is enabled, this callback is called before
349 /* If splitting of data transfer is enabled this callback is called after
381 signal libcurl to pause sending data on the current transfer. */
467 /* the kind of data that is passed to information_callback */
481 curl_infotype type, /* what kind of data */
482 char *data, /* points to the data */
483 size_t size, /* size of the data pointed to */
572 CURLE_SEND_ERROR, /* 55 - failed sending network data */
573 CURLE_RECV_ERROR, /* 56 - failure in receiving network data */
583 CURLE_SEND_FAIL_REWIND, /* 65 - Sending the data requires a rewind
634 CURLE_TOO_LARGE, /* 100 - a value/data met its maximum */
848 if len is zero, otherwise to the "raw" data */
1278 /* transfer data in text/ASCII format */
1306 /* size of the POST input data, if strlen() is not good to use */
1358 /* Set to a file name that contains random data for libcurl to use to
1432 /* set the data for the debug function */
1450 /* Provide a CURLShare for mutexing non-ts data */
1463 /* Set pointer to private data */
1532 /* Sets the maximum size of data that will be downloaded from
1666 data to the application even when it is encoded/compressed */
1794 /* Let the application define a custom write method for RTP data */
1811 /* Let the application define custom chunk data pointer */
1905 * Expect: 100-continue header before sending the data anyway. */
1962 /* Continue to send data if the server responds early with an
2045 /* Post MIME data. */
2058 /* User data to pass to the resolver start callback. */
2086 /* add trailing data just after no more data is available */
2444 * Set mime data transfer encoder.
2454 * Set mime part data source from memory data,
2457 const char *data, size_t datasize);
2464 * Set mime part data source from named file.
2474 * Set mime part data source from callback function.
2488 * Set mime part data source from subparts.
2746 char *data;
2801 const char *data);
2972 /* Different data locks for a single share */
2998 curl_lock_data data,
3002 curl_lock_data data,
3018 CURLSHOPT_SHARE, /* specify a data type to share */
3019 CURLSHOPT_UNSHARE, /* specify which data type to stop sharing */
3022 CURLSHOPT_USERDATA, /* pass in a user data pointer used in the lock/unlock