#include "setup.h"
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include "strequal.h"
#include <netinet/in.h>
#include <sys/time.h>
#include <netdb.h>
#include <sys/ioctl.h>
#include <signal.h>
#include "urldata.h"
#include <curl/curl.h>
#include "transfer.h"
#include "ssluse.h"
#include "url.h"
#include "getinfo.h"
#include "hostip.h"
#include "share.h"
#include <curl/mprintf.h>
Go to the source code of this file.
#define _MPRINTF_REPLACE /* use our functions only */ |
CURL* curl_easy_duphandle |
( |
CURL * |
incurl | ) |
|
Globally cleanup cURL, uses the value of "init_flags" to determine what needs to be cleaned up and what doesn't.
Definition at line 174 of file easy.c.
Globally initializes cURL given a bitwise set of the different features to initialize.
Definition at line 147 of file easy.c.