/curl/lib/ |
H A D | strcase.h | 38 #define strcasecompare(a,b) curl_strequal(a,b) argument 39 #define strncasecompare(a,b,c) curl_strnequal(a,b,c) argument 46 #define checkprefix(a,b) curl_strnequal(b, STRCONST(a)) argument
|
H A D | http2.h | 72 #define Curl_cf_is_http2(a,b) FALSE argument 73 #define Curl_conn_is_http2(a,b,c) FALSE argument 74 #define Curl_http2_may_switch(a,b,c) FALSE argument 77 #define Curl_http2_switch(a,b,c) CURLE_UNSUPPORTED_PROTOCOL argument 78 #define Curl_http2_upgrade(a,b,c,d,e) CURLE_UNSUPPORTED_PROTOCOL argument
|
H A D | curl_base64.h | 30 #define Curl_base64_encode(a,b,c,d) curlx_base64_encode(a,b,c,d) argument 31 #define Curl_base64url_encode(a,b,c,d) curlx_base64url_encode(a,b,c,d) argument 32 #define Curl_base64_decode(a,b,c) curlx_base64_decode(a,b,c) argument
|
H A D | rand.h | 34 #define Curl_rand(a,b,c) Curl_rand_bytes((a), TRUE, (b), (c)) argument 36 #define Curl_rand(a,b,c) Curl_rand_bytes((a), (b), (c)) argument
|
H A D | dynbuf.h | 32 #define Curl_dyn_init(a,b) curlx_dyn_init(a,b) argument 33 #define Curl_dyn_add(a,b) curlx_dyn_add(a,b) argument 34 #define Curl_dyn_addn(a,b,c) curlx_dyn_addn(a,b,c) argument 42 #define Curl_dyn_tail(a,b) curlx_dyn_tail(a,b) argument 43 #define Curl_dyn_setlen(a,b) curlx_dyn_setlen(a,b) argument
|
H A D | socks.h | 30 #define Curl_SOCKS4(a,b,c,d,e) CURLE_NOT_BUILT_IN argument 31 #define Curl_SOCKS5(a,b,c,d,e,f) CURLE_NOT_BUILT_IN argument
|
H A D | cf-https-connect.c | 62 static void cf_hc_baller_reset(struct cf_hc_baller *b, in cf_hc_baller_reset() 74 static bool cf_hc_baller_is_active(struct cf_hc_baller *b) in cf_hc_baller_is_active() 79 static bool cf_hc_baller_has_started(struct cf_hc_baller *b) in cf_hc_baller_has_started() 84 static int cf_hc_baller_reply_ms(struct cf_hc_baller *b, in cf_hc_baller_reply_ms() 93 static bool cf_hc_baller_data_pending(struct cf_hc_baller *b, in cf_hc_baller_data_pending() 99 static bool cf_hc_baller_needs_flush(struct cf_hc_baller *b, in cf_hc_baller_needs_flush() 105 static CURLcode cf_hc_baller_cntrl(struct cf_hc_baller *b, in cf_hc_baller_cntrl() 125 static void cf_hc_baller_init(struct cf_hc_baller *b, in cf_hc_baller_init() 143 static CURLcode cf_hc_baller_connect(struct cf_hc_baller *b, in cf_hc_baller_connect() 362 struct cf_hc_baller *b = ballers[i]; in cf_hc_shutdown() local [all …]
|
H A D | curl_des.c | 56 unsigned char b = bytes[i]; in Curl_des_set_odd_parity() local
|
H A D | curl_get_line.c | 45 char *b = fgets(buffer, sizeof(buffer), input); in Curl_get_line() local
|
H A D | strcase.c | 177 bool Curl_safecmp(char *a, char *b) in Curl_safecmp() 188 int Curl_timestrcmp(const char *a, const char *b) in Curl_timestrcmp()
|
H A D | netrc.h | 50 #define Curl_parsenetrc(a,b,c,d,e,f) 1 argument
|
H A D | hmac.c | 60 unsigned char b; in Curl_HMAC_init() local
|
H A D | md4.c | 267 MD4_u32plus a, b, c, d; member 290 #define MD4_STEP(f, a, b, c, d, x, s) \ argument 326 MD4_u32plus a, b, c, d; in my_md4_body() local
|
H A D | memdebug.h | 126 #define send(a,b,c,d) curl_dbg_send(a,b,c,d, __LINE__, __FILE__) argument 128 #define recv(a,b,c,d) curl_dbg_recv(a,b,c,d, __LINE__, __FILE__) argument
|
H A D | altsvc.h | 78 #define Curl_altsvc_save(a,b,c) argument
|
/curl/src/ |
H A D | tool_filetime.h | 38 #define setfiletime(a,b,c) Curl_nop_stmt argument
|
H A D | tool_xattr.h | 42 #define fwrite_xattr(a,b,c) 0 argument
|
H A D | tool_setopt.c | 193 #define DATA2(f,a,b) ADDF((&easysrc_data, f,a,b)) argument 194 #define DATA3(f,a,b,c) ADDF((&easysrc_data, f,a,b,c)) argument 198 #define CODE2(f,a,b) ADDF((&easysrc_code, f,a,b)) argument 199 #define CODE3(f,a,b,c) ADDF((&easysrc_code, f,a,b,c)) argument 206 #define REM3(f,a,b,c) ADDF((&easysrc_toohard, f,a,b,c)) argument
|
/curl/lib/vquic/ |
H A D | vquic.h | 57 #define Curl_conn_is_http3(a,b,c) FALSE argument
|
/curl/lib/vtls/ |
H A D | vtls.h | 274 #define Curl_ssl_get_internals(a,b,c,d) NULL argument 275 #define Curl_ssl_supports(a,b) FALSE argument 276 #define Curl_ssl_cfilter_add(a,b,c) CURLE_NOT_BUILT_IN argument 277 #define Curl_ssl_cfilter_remove(a,b,c) CURLE_OK argument 278 #define Curl_ssl_cf_get_config(a,b) NULL argument
|
/curl/docs/examples/ |
H A D | websocket-cb.c | 31 static size_t writecb(char *b, size_t size, size_t nitems, void *p) in writecb()
|
H A D | htmltitle.cpp | 47 #define COMPARE(a, b) (!_stricmp((a), (b))) argument 49 #define COMPARE(a, b) (!strcasecmp((a), (b))) argument
|
/curl/tests/http/testenv/mod_curltest/ |
H A D | mod_curltest.c | 186 apr_bucket *b; in curltest_echo_handler() local 327 apr_bucket *b; in curltest_tweak_handler() local 532 apr_bucket *b; in curltest_put_handler() local 660 apr_bucket *b; in curltest_1_1_required() local 740 apr_bucket *b; in curltest_sslinfo_handler() local
|
/curl/tests/libtest/ |
H A D | lib2301.c | 94 static size_t writecb(char *b, size_t size, size_t nitems, void *p) in writecb()
|
H A D | lib1523.c | 32 static int dload_progress_cb(void *a, curl_off_t b, curl_off_t c, in dload_progress_cb()
|