#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdarg.h>#include <ctype.h>#include <errno.h>Go to the source code of this file.
Classes | |
| struct | timeval |
Defines | |
| #define | SEND_4TH_ARG 0 |
| #define | ISSPACE(x) (isspace((int) ((unsigned char)x))) |
| #define | ISDIGIT(x) (isdigit((int) ((unsigned char)x))) |
| #define | ISALNUM(x) (isalnum((int) ((unsigned char)x))) |
| #define | ISXDIGIT(x) (isxdigit((int) ((unsigned char)x))) |
| #define | ISGRAPH(x) (isgraph((int) ((unsigned char)x))) |
| #define | ISALPHA(x) (isalpha((int) ((unsigned char)x))) |
| #define | ISPRINT(x) (isprint((int) ((unsigned char)x))) |
| #define | ISUPPER(x) (isupper((int) ((unsigned char)x))) |
| #define | ISLOWER(x) (islower((int) ((unsigned char)x))) |
| #define | ISBLANK(x) |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | SIG_ATOMIC_T static volatile sig_atomic_t |
| #define | RETSIGTYPE void |
| #define | DEBUGF(x) do { } while (0) |
| #define | DEBUGASSERT(x) do { } while (0) |
| #define | SOCKERRNO (errno) |
| #define | SET_SOCKERRNO(x) (errno = (x)) |
| #define | ERRNO (errno) |
| #define | SET_ERRNO(x) (errno = (x)) |
| #define | argv_item_t char * |
Typedefs | |
| typedef unsigned char | bool |
| typedef int | sig_atomic_t |
| #define argv_item_t char * |
Definition at line 229 of file setup_once.h.
| #define DEBUGASSERT | ( | x | ) | do { } while (0) |
Definition at line 152 of file setup_once.h.
Referenced by add_buffer_send(), Curl_http(), Curl_http_output_auth(), Curl_http_should_fail(), Curl_https_connecting(), Curl_is_connected(), Curl_resolv_unlock(), Curl_setup_transfer(), Curl_strerror(), and inet_ntop4().
| #define DEBUGF | ( | x | ) | do { } while (0) |
Definition at line 146 of file setup_once.h.
Referenced by Curl_disconnect(), curl_easy_init(), Curl_ftp_doing(), Curl_ftp_nextconnect(), curl_global_init(), Curl_open(), Curl_proxyCONNECT(), Curl_readwrite(), Curl_tftp(), ftp_perform(), ftp_range(), ftp_statemach_act(), read_rewind(), and tftp_state_machine().
| #define ERRNO (errno) |
| #define FALSE 0 |
Definition at line 125 of file setup_once.h.
| #define ISALNUM | ( | x | ) | (isalnum((int) ((unsigned char)x))) |
| #define ISALPHA | ( | x | ) | (isalpha((int) ((unsigned char)x))) |
| #define ISBLANK | ( | x | ) |
Value:
(int)((((unsigned char)x) == ' ') || \ (((unsigned char)x) == '\t'))
Definition at line 113 of file setup_once.h.
Referenced by Curl_cookie_add(), and Curl_cookie_init().
| #define ISDIGIT | ( | x | ) | (isdigit((int) ((unsigned char)x))) |
Definition at line 104 of file setup_once.h.
Referenced by Curl_parsedate(), Curl_readwrite(), dprintf_DollarString(), and ftp_state_get_resp().
| #define ISGRAPH | ( | x | ) | (isgraph((int) ((unsigned char)x))) |
Definition at line 107 of file setup_once.h.
| #define ISLOWER | ( | x | ) | (islower((int) ((unsigned char)x))) |
Definition at line 111 of file setup_once.h.
| #define ISPRINT | ( | x | ) | (isprint((int) ((unsigned char)x))) |
Definition at line 109 of file setup_once.h.
| #define ISSPACE | ( | x | ) | (isspace((int) ((unsigned char)x))) |
Definition at line 103 of file setup_once.h.
Referenced by add_custom_headers(), Curl_compareheader(), Curl_http(), Curl_http_input_auth(), Curl_input_digest(), Curl_readwrite(), and ftp_range().
| #define ISUPPER | ( | x | ) | (isupper((int) ((unsigned char)x))) |
Definition at line 110 of file setup_once.h.
| #define ISXDIGIT | ( | x | ) | (isxdigit((int) ((unsigned char)x))) |
Definition at line 106 of file setup_once.h.
Referenced by CreateConnection(), and curl_easy_unescape().
| #define RETSIGTYPE void |
Definition at line 140 of file setup_once.h.
| #define SEND_4TH_ARG 0 |
| #define SET_ERRNO | ( | x | ) | (errno = (x)) |
Definition at line 168 of file setup_once.h.
Referenced by Curl_inet_ntop(), Curl_inet_pton(), and inet_ntop4().
| #define SET_SOCKERRNO | ( | x | ) | (errno = (x)) |
| #define SIG_ATOMIC_T static volatile sig_atomic_t |
Definition at line 136 of file setup_once.h.
| #define SOCKERRNO (errno) |
Definition at line 159 of file setup_once.h.
Referenced by bindlocal(), Curl_getaddrinfo(), Curl_GetFTPResponse(), Curl_is_connected(), Curl_plain_send(), Curl_poll(), Curl_read(), Curl_socket_ready(), Curl_telnet(), Curl_tftp(), Curl_tftp_connect(), ftp_state_use_port(), send_negotiation(), singleipconnect(), suboption(), tcpnodelay(), tftp_rx(), tftp_send_first(), tftp_tx(), Transfer(), verifyconnect(), and wait_ms().
| #define TRUE 1 |
Definition at line 122 of file setup_once.h.
| typedef unsigned char bool |
Definition at line 117 of file setup_once.h.
| typedef int sig_atomic_t |
Definition at line 129 of file setup_once.h.
1.5.6