#include "setup.h"
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <errno.h>
#include <curl/curl.h>
#include "urldata.h"
#include "sendf.h"
#include "connect.h"
#include <curl/mprintf.h>
#include <string.h>
Go to the source code of this file.
|
struct curl_slist * | curl_slist_append (struct curl_slist *list, const char *data) |
|
void | curl_slist_free_all (struct curl_slist *list) |
|
void | Curl_infof (struct SessionHandle *data, const char *fmt,...) |
|
void | Curl_failf (struct SessionHandle *data, const char *fmt,...) |
|
CURLcode | Curl_sendf (curl_socket_t sockfd, struct connectdata *conn, const char *fmt,...) |
|
CURLcode | Curl_write (struct connectdata *conn, curl_socket_t sockfd, void *mem, size_t len, ssize_t *written) |
|
CURLcode | Curl_client_write (struct SessionHandle *data, int type, char *ptr, size_t len) |
|
int | Curl_read (struct connectdata *conn, curl_socket_t sockfd, char *buf, size_t buffersize, ssize_t *n) |
|
int | Curl_debug (struct SessionHandle *data, curl_infotype type, char *ptr, size_t size) |
|
#define _MPRINTF_REPLACE /* use the internal *printf() functions */ |