#include <stdio.h>#include <errno.h>#include <curl/stdcheaders.h>#include "setup_once.h"Go to the source code of this file.
Defines | |
| #define | SIZEOF_CURL_OFF_T 4 |
| #define | FORMAT_OFF_T "ld" |
| #define | struct_stat struct stat |
| #define | sclose(x) close(x) |
| #define | HAVE_ALARM |
| #define | DIR_CHAR "/" |
| #define | DOT_CHAR "." |
| #define | SIZEOF_TIME_T 4 |
| #define | LIBIDN_REQUIRED_VERSION "0.4.1" |
Functions | |
| int | fileno (FILE *stream) |
| #define DIR_CHAR "/" |
| #define DOT_CHAR "." |
| #define FORMAT_OFF_T "ld" |
Definition at line 100 of file setup.h.
Referenced by Curl_file(), Curl_ftp_done(), Curl_http(), Curl_pgrsUpdate(), Curl_proxyCONNECT(), Curl_readwrite(), ftp_range(), ftp_state_get_resp(), ftp_state_post_retr_size(), ftp_state_size_resp(), ftp_state_ul_setup(), get_netscape_format(), max5data(), perhapsrewind(), and setup_range().
| #define LIBIDN_REQUIRED_VERSION "0.4.1" |
Definition at line 261 of file setup.h.
Referenced by curl_version(), curl_version_info(), and fix_hostname().
| #define sclose | ( | x | ) | close(x) |
Definition at line 183 of file setup.h.
Referenced by AllowServerConnect(), conn_free(), Curl_ftp_done(), Curl_if2ip(), Curl_perform(), Curl_proxyCONNECT(), ftp_dophase_done(), ftp_state_use_port(), multi_runsingle(), singleipconnect(), and trynextip().
| #define struct_stat struct stat |
Definition at line 147 of file setup.h.
Referenced by AddFormData(), Curl_file(), and file_upload().
| int fileno | ( | FILE * | stream | ) |
1.5.6