/curl/lib/ |
H A D | curl_ctype.h | 27 #define ISLOWHEXALHA(x) (((x) >= 'a') && ((x) <= 'f')) argument 28 #define ISUPHEXALHA(x) (((x) >= 'A') && ((x) <= 'F')) argument 30 #define ISLOWCNTRL(x) ((unsigned char)(x) <= 0x1f) argument 31 #define IS7F(x) ((x) == 0x7f) argument 33 #define ISLOWPRINT(x) (((x) >= 9) && ((x) <= 0x0d)) argument 37 #define ISCNTRL(x) (ISLOWCNTRL(x) || IS7F(x)) argument 38 #define ISALPHA(x) (ISLOWER(x) || ISUPPER(x)) argument 41 #define ISUPPER(x) (((x) >= 'A') && ((x) <= 'Z')) argument 42 #define ISLOWER(x) (((x) >= 'a') && ((x) <= 'z')) argument 43 #define ISDIGIT(x) (((x) >= '0') && ((x) <= '9')) argument [all …]
|
H A D | asyn.h | 165 #define Curl_resolver_cancel(x) Curl_nop_stmt argument 166 #define Curl_resolver_kill(x) Curl_nop_stmt argument 167 #define Curl_resolver_is_resolved(x,y) CURLE_COULDNT_RESOLVE_HOST argument 168 #define Curl_resolver_wait_resolv(x,y) CURLE_COULDNT_RESOLVE_HOST argument 169 #define Curl_resolver_duphandle(x,y,z) CURLE_OK argument 170 #define Curl_resolver_init(x,y) CURLE_OK argument 173 #define Curl_resolver_cleanup(x) Curl_nop_stmt argument
|
H A D | sigpipe.h | 37 #define SIGPIPE_VARIABLE(x) struct sigpipe_ignore x argument 38 #define SIGPIPE_MEMBER(x) struct sigpipe_ignore x argument 91 #define sigpipe_ignore(x,y) Curl_nop_stmt argument 92 #define sigpipe_apply(x,y) Curl_nop_stmt argument 93 #define sigpipe_init(x) Curl_nop_stmt argument 94 #define sigpipe_restore(x) Curl_nop_stmt argument 95 #define SIGPIPE_VARIABLE(x) argument 96 #define SIGPIPE_MEMBER(x) bool x argument
|
H A D | connect.h | 99 #define streamclose(x,y) Curl_conncontrol(x, CONNCTRL_STREAM, y) argument 100 #define connclose(x,y) Curl_conncontrol(x, CONNCTRL_CONNECTION, y) argument 101 #define connkeep(x,y) Curl_conncontrol(x, CONNCTRL_KEEP, y) argument 103 #define streamclose(x,y) Curl_conncontrol(x, CONNCTRL_STREAM) argument 104 #define connclose(x,y) Curl_conncontrol(x, CONNCTRL_CONNECTION) argument 105 #define connkeep(x,y) Curl_conncontrol(x, CONNCTRL_KEEP) argument
|
H A D | multiif.h | 58 #define GETSOCK_WRITESOCK(x) (1 << (GETSOCK_WRITEBITSTART + (x))) argument 61 #define GETSOCK_READSOCK(x) (1 << (x)) argument 64 #define GETSOCK_MASK_RW(x) (GETSOCK_READSOCK(x)|GETSOCK_WRITESOCK(x)) argument
|
H A D | curl_setup_once.h | 195 # define sclose(x) closesocket((x)) argument 197 # define sclose(x) CloseSocket((x)) argument 199 # define sclose(x) close_s((x)) argument 201 # define sclose(x) lwip_close((x)) argument 203 # define sclose(x) close((x)) argument 254 #define BIT(x) bool x argument 257 #define BIT(x) bit x:1 argument 282 #define DEBUGF(x) x argument 284 #define DEBUGF(x) do { } while(0) argument 294 #define DEBUGASSERT(x) assert(x) argument [all …]
|
H A D | curl_ntlm_core.h | 32 #define SHORTPAIR(x) ((int)((x) & 0xff)), ((int)(((x) >> 8) & 0xff)) argument 33 #define LONGQUARTET(x) ((int)((x) & 0xff)), ((int)(((x) >> 8) & 0xff)), \ argument
|
H A D | url.h | 62 #define Curl_verboseconnect(x,y,z) Curl_nop_stmt argument 86 #define Curl_data_priority_clear_state(x) argument 94 #define Curl_data_priority_add_child(x, y, z) CURLE_NOT_BUILT_IN argument
|
H A D | idn.h | 36 #define Curl_free_idnconverted_hostname(x) argument 37 #define Curl_idn_decode(x) NULL argument
|
H A D | arpa_telnet.h | 59 #define CURL_TELOPT(x) telnetoptions[x] argument 61 #define CURL_TELOPT(x) "" argument 66 #define CURL_TELOPT_OK(x) ((x) <= CURL_TELOPT_MAXIMUM) argument 106 #define CURL_TELCMD_OK(x) ( ((unsigned int)(x) >= CURL_TELCMD_MINIMUM) && \ argument 110 #define CURL_TELCMD(x) telnetcmds[(x)-CURL_TELCMD_MINIMUM] argument 112 #define CURL_TELCMD(x) "" argument
|
H A D | hsts.h | 64 #define Curl_hsts_cleanup(x) argument 65 #define Curl_hsts_loadcb(x,y) CURLE_OK argument 66 #define Curl_hsts_save(x,y,z) argument 67 #define Curl_hsts_loadfiles(x) argument
|
H A D | headers.h | 57 #define Curl_headers_init(x) CURLE_OK argument 58 #define Curl_headers_push(x,y,z) CURLE_OK argument 59 #define Curl_headers_cleanup(x) Curl_nop_stmt argument
|
H A D | fopen.c | 55 #define IS_SEP(x) (((x) == '/') || ((x) == '\\')) argument 58 #define IS_SEP(x) ((x) == '\\') argument 61 #define IS_SEP(x) ((x) == '/') argument
|
H A D | select.h | 79 #define SOCKET_READABLE(x,z) \ argument 81 #define SOCKET_WRITABLE(x,z) \ argument 93 #define FDSET_SOCK(x) 1 argument 94 #define VERIFY_SOCK(x) do { \ argument 106 #define VERIFY_SOCK(x) do { \ argument
|
H A D | cookie.h | 127 #define Curl_cookie_list(x) NULL argument 128 #define Curl_cookie_loadfiles(x) Curl_nop_stmt argument 129 #define Curl_cookie_init(x,y,z,w) NULL argument 130 #define Curl_cookie_cleanup(x) Curl_nop_stmt argument 131 #define Curl_flush_cookies(x,y) Curl_nop_stmt argument
|
H A D | http_negotiate.h | 40 #define Curl_http_auth_cleanup_negotiate(x) argument
|
H A D | http_ntlm.h | 41 #define Curl_http_auth_cleanup_ntlm(x) argument
|
H A D | netrc.h | 51 #define Curl_netrc_init(x) argument 52 #define Curl_netrc_cleanup(x) argument
|
H A D | system_win32.h | 48 #define Curl_win32_init(x) CURLE_OK argument
|
/curl/src/ |
H A D | tool_setopt.h | 104 #define my_setopt(x,y,z) \ argument 107 #define my_setopt_str(x,y,z) \ argument 110 #define my_setopt_enum(x,y,z) \ argument 116 #define my_setopt_bitmask(x,y,z) \ argument 119 #define my_setopt_mimepost(x,y,z) \ argument 122 #define my_setopt_slist(x,y,z) \ argument 133 #define my_setopt(x,y,z) \ argument 136 #define my_setopt_str(x,y,z) \ argument 139 #define my_setopt_enum(x,y,z) \ argument 145 #define my_setopt_bitmask(x,y,z) \ argument [all …]
|
H A D | tool_binmode.h | 34 #define set_binmode(x) Curl_nop_stmt argument
|
H A D | tool_bname.h | 32 #define basename(x) tool_basename((x)) argument
|
/curl/lib/vtls/ |
H A D | mbedtls_threadlock.h | 43 #define Curl_mbedtlsthreadlock_lock_function(x) 1 argument 44 #define Curl_mbedtlsthreadlock_unlock_function(x) 1 argument
|
H A D | vtls.h | 264 #define Curl_ssl_close_all(x) Curl_nop_stmt argument 265 #define Curl_ssl_set_engine(x,y) CURLE_NOT_BUILT_IN argument 266 #define Curl_ssl_set_engine_default(x) CURLE_NOT_BUILT_IN argument 267 #define Curl_ssl_engines_list(x) NULL argument 268 #define Curl_ssl_initsessions(x,y) CURLE_OK argument 269 #define Curl_ssl_free_certinfo(x) Curl_nop_stmt argument 270 #define Curl_ssl_kill_session(x) Curl_nop_stmt argument 271 #define Curl_ssl_random(x,y,z) ((void)x, CURLE_NOT_BUILT_IN) argument
|
/curl/include/curl/ |
H A D | curlver.h | 75 #define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|(z)) argument 76 #define CURL_AT_LEAST_VERSION(x,y,z) \ argument
|