Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 124) sorted by relevance

12345

/curl/lib/
H A Dcurl_ctype.h27 #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 Dasyn.h165 #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 Dsigpipe.h37 #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 Dconnect.h99 #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 Dmultiif.h58 #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 Dcurl_setup_once.h195 # 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 Dcurl_ntlm_core.h32 #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 Durl.h62 #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 Didn.h36 #define Curl_free_idnconverted_hostname(x) argument
37 #define Curl_idn_decode(x) NULL argument
H A Darpa_telnet.h59 #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 Dhsts.h64 #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 Dheaders.h57 #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 Dfopen.c55 #define IS_SEP(x) (((x) == '/') || ((x) == '\\')) argument
58 #define IS_SEP(x) ((x) == '\\') argument
61 #define IS_SEP(x) ((x) == '/') argument
H A Dselect.h79 #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 Dcookie.h127 #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 Dhttp_negotiate.h40 #define Curl_http_auth_cleanup_negotiate(x) argument
H A Dhttp_ntlm.h41 #define Curl_http_auth_cleanup_ntlm(x) argument
H A Dnetrc.h51 #define Curl_netrc_init(x) argument
52 #define Curl_netrc_cleanup(x) argument
H A Dsystem_win32.h48 #define Curl_win32_init(x) CURLE_OK argument
/curl/src/
H A Dtool_setopt.h104 #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 Dtool_binmode.h34 #define set_binmode(x) Curl_nop_stmt argument
H A Dtool_bname.h32 #define basename(x) tool_basename((x)) argument
/curl/lib/vtls/
H A Dmbedtls_threadlock.h43 #define Curl_mbedtlsthreadlock_lock_function(x) 1 argument
44 #define Curl_mbedtlsthreadlock_unlock_function(x) 1 argument
H A Dvtls.h264 #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 Dcurlver.h75 #define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|(z)) argument
76 #define CURL_AT_LEAST_VERSION(x,y,z) \ argument

Completed in 20 milliseconds

12345