Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 44) sorted by relevance

12

/curl/lib/
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
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 Ddoh.c259 DOHcode d = doh_req_encode(host, dnstype, p->req_body, sizeof(p->req_body), in doh_run_probe() local
546 struct dohentry *d) in doh_store_a()
558 struct dohentry *d) in doh_store_aaaa()
571 struct dohentry *d, uint16_t len) in doh_store_https()
587 unsigned int index, struct dohentry *d) in doh_store_cname()
641 struct dohentry *d) in doh_rdata()
696 struct dohentry *d) in doh_resp_decode()
837 const struct dohentry *d) in doh_show()
1017 UNITTEST void de_cleanup(struct dohentry *d) in de_cleanup()
H A Dnetrc.h50 #define Curl_parsenetrc(a,b,c,d,e,f) 1 argument
H A Deasy.c924 CURL *curl_easy_duphandle(CURL *d) in curl_easy_duphandle()
1073 void curl_easy_reset(CURL *d) in curl_easy_reset()
1115 CURLcode curl_easy_pause(CURL *d, int action) in curl_easy_pause()
1227 CURLcode curl_easy_recv(CURL *d, void *buffer, size_t buflen, size_t *n) in curl_easy_recv()
1310 CURLcode curl_easy_send(CURL *d, const void *buffer, size_t buflen, size_t *n) in curl_easy_send()
1326 CURLcode curl_easy_upkeep(CURL *d) in curl_easy_upkeep()
H A Dprogress.c56 curl_off_t d = seconds / CURL_OFF_T_C(86400); in time2str() local
282 timediff_t Curl_pgrsLimitWaitTime(struct pgrs_dir *d, in Curl_pgrsLimitWaitTime()
491 static void pgrs_estimates(struct pgrs_dir *d, in pgrs_estimates()
H A Dhttp2.h78 #define Curl_http2_upgrade(a,b,c,d,e) CURLE_UNSUPPORTED_PROTOCOL argument
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 Didn.c312 char *d = NULL; in Curl_idn_decode() local
331 char *d = NULL; in Curl_idn_encode() local
H A Dmd5.c292 MD5_u32plus a, b, c, d; member
319 #define MD5_STEP(f, a, b, c, d, x, t, s) \ argument
356 MD5_u32plus a, b, c, d; in my_md5_body() local
H A Descape.c62 struct dynbuf d; in curl_easy_escape() local
H A Dws.c927 CURL_EXTERN CURLcode curl_ws_recv(CURL *d, void *buffer, in curl_ws_recv()
1052 static CURLcode ws_send_raw_blocking(CURL *d, struct websocket *ws, in ws_send_raw_blocking()
1130 CURL_EXTERN CURLcode curl_ws_send(CURL *d, const void *buffer, in curl_ws_send()
1296 CURL_EXTERN const struct curl_ws_frame *curl_ws_meta(CURL *d) in curl_ws_meta()
H A Dcurl_rtmp.c45 #define setsockopt(a,b,c,d,e) (setsockopt)(a,b,c,(const char *)d,(int)e) argument
H A Dsocks.c157 #define sxstate(x,d,y) socksstate(x,d,y, __LINE__) argument
159 #define sxstate(x,d,y) socksstate(x,d,y) argument
H A Dcurl_trc.h180 #define Curl_trc_is_verbose(d) (FALSE) argument
/curl/tests/libtest/
H A Dlib1523.c33 curl_off_t d, curl_off_t e) in dload_progress_cb()
43 static size_t write_cb(char *d, size_t n, size_t l, void *p) in write_cb()
/curl/tests/unit/
H A Dunit1650.c187 struct dohentry d; variable
245 struct dohentry d; variable
258 struct dohentry d; variable
272 struct dohentry d; variable
H A Dunit1309.c40 static void splayprint(struct Curl_tree *t, int d, char output) in splayprint()
H A Dunit1655.c106 DOHcode d; variable
/curl/packages/OS400/
H A Dccsidcurl.c108 convert(char *d, size_t dlen, int dccsid, in convert()
165 char *d; in dynconvert() local
290 char *d; in curl_easy_escape_ccsid() local
320 char *d; in curl_easy_unescape_ccsid() local
1338 char *d = (char *) NULL; in curl_pushheader_bynum_cssid() local
1352 char *d = (char *) NULL; in curl_pushheader_byname_ccsid() local
/curl/lib/vtls/
H A Dcipher_suite.c167 #define CS_ZIP_IDX(a, b, c, d, e, f, g, h) \ argument
176 #define CS_ENTRY(id, a, b, c, d, e, f, g, h) \ argument
H A Dvtls.h274 #define Curl_ssl_get_internals(a,b,c,d) NULL argument
/curl/src/
H A Dtool_progress.c124 curl_off_t d = seconds / CURL_OFF_T_C(86400); in time2str() local
H A Dtool_doswin.c303 char *d = dos_name; in msdosify() local

Completed in 105 milliseconds

12