Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 49) sorted by relevance

12

/curl/lib/
H A Dstrcase.h38 #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 Dhttp2.h67 #define Curl_cf_is_http2(a,b) FALSE argument
68 #define Curl_conn_is_http2(a,b,c) FALSE argument
69 #define Curl_http2_may_switch(a,b,c) FALSE argument
72 #define Curl_http2_switch(a,b,c) CURLE_UNSUPPORTED_PROTOCOL argument
73 #define Curl_http2_upgrade(a,b,c,d,e) CURLE_UNSUPPORTED_PROTOCOL argument
H A Dcurl_base64.h30 #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 Drand.h34 #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 Ddynbuf.h32 #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 Dsocks.h30 #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 Dcf-https-connect.c62 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()
355 struct cf_hc_baller *b = ballers[i]; in cf_hc_shutdown() local
[all …]
H A Dcurl_des.c56 unsigned char b = bytes[i]; in Curl_des_set_odd_parity() local
H A Dcurl_get_line.c45 char *b = fgets(buffer, sizeof(buffer), input); in Curl_get_line() local
H A Dnetrc.h40 #define Curl_parsenetrc(a,b,c,d,e,f) 1 argument
H A Dstrcase.c177 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 Dhmac.c62 unsigned char b; in Curl_HMAC_init() local
H A Dmd4.c267 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 Dmemdebug.h126 #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 Daltsvc.h78 #define Curl_altsvc_save(a,b,c) argument
/curl/lib/vtls/
H A Dvtls.h271 #define Curl_ssl_get_internals(a,b,c,d) NULL argument
272 #define Curl_ssl_supports(a,b) FALSE argument
273 #define Curl_ssl_cfilter_add(a,b,c) CURLE_NOT_BUILT_IN argument
274 #define Curl_ssl_cfilter_remove(a,b,c) CURLE_OK argument
275 #define Curl_ssl_cf_get_config(a,b) NULL argument
/curl/src/
H A Dtool_filetime.h38 #define setfiletime(a,b,c) Curl_nop_stmt argument
H A Dtool_xattr.h42 #define fwrite_xattr(a,b,c) 0 argument
H A Dtool_setopt.c193 #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 Dvquic.h57 #define Curl_conn_is_http3(a,b,c) FALSE argument
/curl/docs/examples/
H A Dwebsocket-cb.c31 static size_t writecb(char *b, size_t size, size_t nitems, void *p) in writecb()
H A Dhtmltitle.cpp47 #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 Dmod_curltest.c186 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
647 apr_bucket *b; in curltest_1_1_required() local
727 apr_bucket *b; in curltest_sslinfo_handler() local
/curl/tests/libtest/
H A Dlib2301.c94 static size_t writecb(char *b, size_t size, size_t nitems, void *p) in writecb()
H A Dlib1523.c32 static int dload_progress_cb(void *a, curl_off_t b, curl_off_t c, in dload_progress_cb()

Completed in 30 milliseconds

12