Home
last modified time | relevance | path

Searched refs:aprintf (Results 1 – 25 of 44) sorted by relevance

12

/curl/lib/vauth/
H A Doauth2.c70 oauth = aprintf("n,a=%s,\1host=%s\1auth=Bearer %s\1\1", user, host, in Curl_auth_create_oauth_bearer_message()
73 oauth = aprintf("n,a=%s,\1host=%s\1port=%ld\1auth=Bearer %s\1\1", user, in Curl_auth_create_oauth_bearer_message()
101 char *xoauth = aprintf("user=%s\1auth=Bearer %s\1\1", user, bearer); in Curl_auth_create_xoauth_bearer_message()
H A Dvauth.c64 spn = aprintf("%s/%s@%s", service, host, realm); in Curl_auth_build_spn()
66 spn = aprintf("%s/%s", service, host); in Curl_auth_build_spn()
68 spn = aprintf("%s@%s", service, realm); in Curl_auth_build_spn()
91 utf8_spn = aprintf("%s/%s", service, host); in Curl_auth_build_spn()
H A Ddigest.c476 response = aprintf("username=\"%s\",realm=\"%s\",nonce=\"%s\"," in Curl_auth_create_digest_md5_message()
727 hashthis = aprintf("%s:%s", userp, digest->realm ? digest->realm : ""); in auth_create_digest_http_message()
762 tmp = aprintf("%s:%s:%s", ha1, digest->nonce, digest->cnonce); in auth_create_digest_http_message()
786 hashthis = aprintf("%s:%s", request, uripath); in auth_create_digest_http_message()
802 hashthis2 = aprintf("%s:%s", hashthis, hashed); in auth_create_digest_http_message()
821 hashthis = aprintf("%s:%s:%s", ha1, digest->nonce, ha2); in auth_create_digest_http_message()
868 response = aprintf("username=\"%s\", " in auth_create_digest_http_message()
889 response = aprintf("username=\"%s\", " in auth_create_digest_http_message()
915 tmp = aprintf("%s, opaque=\"%s\"", response, opaque_quoted); in auth_create_digest_http_message()
926 tmp = aprintf("%s, algorithm=%s", response, digest->algorithm); in auth_create_digest_http_message()
[all …]
H A Dcram.c85 response = aprintf( in Curl_auth_create_cram_md5_message()
/curl/lib/
H A Dcurl_printf.h48 # undef aprintf
56 # define aprintf curl_maprintf macro
H A Dhttp_digest.c152 path = (unsigned char *) aprintf("%.*s", (int)urilen, uripath); in Curl_output_digest()
167 *allocuserpwd = aprintf("%sAuthorization: Digest %s\r\n", in Curl_output_digest()
H A Dhttp_aws_sigv4.c274 *date_header = aprintf("%s: %s\r\n", date_hdr_key, timestamp); in make_headers()
769 aprintf("%s\n" /* HTTPRequestMethod */ in Curl_output_aws_sigv4()
789 request_type = aprintf("%s4_request", provider0); in Curl_output_aws_sigv4()
793 credential_scope = aprintf("%s/%s/%s/%s", in Curl_output_aws_sigv4()
811 str_to_sign = aprintf("%s4-HMAC-SHA256\n" /* Algorithm */ in Curl_output_aws_sigv4()
824 secret = aprintf("%s4%s", provider0, in Curl_output_aws_sigv4()
839 auth_headers = aprintf("Authorization: %s4-HMAC-SHA256 " in Curl_output_aws_sigv4()
H A Dnetrc.c327 filealloc = aprintf("%s%s.netrc", home, DIR_CHAR); in Curl_parsenetrc()
337 filealloc = aprintf("%s%s_netrc", home, DIR_CHAR); in Curl_parsenetrc()
H A Dhttp_ntlm.c221 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm()
240 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm()
H A Dfopen.c122 tempstore = aprintf("%s%s.tmp", dir, randbuf); in Curl_fopen()
H A Dgopher.c154 gopherpath = aprintf("%s?%s", path, query); in gopher_do()
H A Dc-hyper.c551 char *req = aprintf("%s %s HTTP/1.1\r\n", method, path); in debug_request()
615 ptr = aprintf("%.*s\r\n", (int)linelen, line); in Curl_hyper_header()
872 pq = aprintf("%s?%s", data->state.up.path, data->state.up.query); in Curl_http()
1052 char *altused = aprintf("Alt-Used: %s:%d\r\n", in Curl_http()
1077 data->state.aptr.ref = aprintf("Referer: %s\r\n", data->state.referer); in Curl_http()
1100 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]); in Curl_http()
H A Drtsp.c344 aprintf("Transport: %s\r\n", in rtsp_do()
370 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]); in rtsp_do()
407 data->state.aptr.ref = aprintf("Referer: %s\r\n", data->state.referer); in rtsp_do()
423 data->state.aptr.rangeline = aprintf("Range: %s\r\n", data->state.range); in rtsp_do()
H A Dhttp_negotiate.c200 userp = aprintf("%sAuthorization: Negotiate %s\r\n", proxy ? "Proxy-" : "", in Curl_output_negotiate()
H A Dhttp.c294 out = aprintf("%s:%s", user ? user : "", pwd ? pwd : ""); in http_output_basic()
308 *userp = aprintf("%sAuthorization: Basic %s\r\n", in http_output_basic()
338 *userp = aprintf("Authorization: Bearer %s\r\n", in http_output_bearer()
1742 aptr->host = aprintf("Host:%s\r\n", &ptr[5]); in Curl_http_host()
1761 aptr->host = aprintf("Host: %s%s%s:%d\r\n", in Curl_http_host()
2331 data->state.aptr.rangeline = aprintf("Range: bytes=%s\r\n", in Curl_http_range()
2365 aprintf("Content-Range: bytes %s/%" FMT_OFF_T "\r\n", in Curl_http_range()
2459 data->state.aptr.te = aprintf("Connection: %s%sTE\r\n" TE_HEADER, in Curl_transferencode()
2545 pq = aprintf("%s?%s", data->state.up.path, data->state.up.query); in Curl_http()
2567 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]); in Curl_http()
[all …]
H A Dsmtp.c633 from = aprintf("<%s@%s>", address, host.name); in smtp_perform_mail()
640 from = aprintf("<%s>", address); in smtp_perform_mail()
674 auth = aprintf("<%s@%s>", address, host.name); in smtp_perform_mail()
681 auth = aprintf("<%s>", address); in smtp_perform_mail()
726 size = aprintf("%" FMT_OFF_T, data->state.infilesize); in smtp_perform_mail()
H A Dcf-h1-proxy.c550 authority = aprintf("%s%s%s:%d", ipv6_ip ? "[":"", hostname, in CONNECT_host()
557 host_header = aprintf("Host: %s\r\n", authority); in CONNECT_host()
685 char *se = aprintf("CONNECT %s HTTP/1.1\r\n", authority); in start_CONNECT()
H A Dhttp_proxy.c100 authority = aprintf("%s%s%s:%d", ipv6_ip ? "[" : "", hostname, in Curl_http_proxy_create_CONNECT()
/curl/tests/libtest/
H A Dlib661.c48 newURL = aprintf("%s/folderA/661", URL); in test()
58 newURL = aprintf("%s/folderB/661", URL); in test()
75 newURL = aprintf("%s/folderA/661", URL); in test()
86 newURL = aprintf("%s/folderB/661", URL); in test()
94 newURL = aprintf("%s/folderA/661", URL); in test()
/curl/src/
H A Dtool_findfile.c75 c = aprintf("%s" DIR_CHAR "%c%s", home, pref[i], &fname[1]); in checkhome()
77 c = aprintf("%s" DIR_CHAR "%s", home, fname); in checkhome()
121 char *c = aprintf("%s%s", home, conf_list[i].append); in findfile()
H A Dtool_operhlp.c143 newpath = aprintf("%s%s", path, encfile); in add_file_name_to_url()
146 newpath = aprintf("%s/%s", path, encfile); in add_file_name_to_url()
250 char *alt = aprintf("%s/%s", tdir, *filename); in get_url_file_name()
H A Dtool_ipfs.c82 ipfs_path = aprintf("%s/.ipfs/", home); in ipfs_gateway()
89 gateway_composed_file_path = aprintf("%sgateway", ipfs_path); in ipfs_gateway()
239 pathbuffer = aprintf("%s%s/%s%s", gwpath, protocol, cid, in ipfs_url_rewrite()
/curl/tests/unit/
H A Dunit1305.c97 data_key = aprintf("%s:%d", "dummy", 0); in create_node()
H A Dunit1609.c141 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
H A Dunit1607.c140 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);

Completed in 64 milliseconds

12