Home
last modified time | relevance | path

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

12

/external/curl/lib/vauth/
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()
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()
Ddigest.c476 response = aprintf("username=\"%s\",realm=\"%s\",nonce=\"%s\"," in Curl_auth_create_digest_md5_message()
731 hashthis = aprintf("%s:%s", userp, digest->realm ? digest->realm : ""); in auth_create_digest_http_message()
753 hashthis = aprintf("%s:%s:%s", userp, digest->realm ? digest->realm : "", in auth_create_digest_http_message()
766 tmp = aprintf("%s:%s:%s", ha1, digest->nonce, digest->cnonce); in auth_create_digest_http_message()
790 hashthis = aprintf("%s:%s", request, uripath); in auth_create_digest_http_message()
806 hashthis2 = aprintf("%s:%s", hashthis, hashed); in auth_create_digest_http_message()
821 hashthis = aprintf("%s:%s:%08x:%s:%s:%s", ha1, digest->nonce, digest->nc, in auth_create_digest_http_message()
825 hashthis = aprintf("%s:%s:%s", ha1, digest->nonce, ha2); in auth_create_digest_http_message()
872 response = aprintf("username=\"%s\", " in auth_create_digest_http_message()
893 response = aprintf("username=\"%s\", " in auth_create_digest_http_message()
[all …]
Dcram.c85 response = aprintf( in Curl_auth_create_cram_md5_message()
/external/curl/tests/libtest/
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()
/external/curl/src/
Dtool_findfile.c76 c = aprintf("%s" DIR_CHAR "%c%s", home, pref[i], &fname[1]); in checkhome()
78 c = aprintf("%s" DIR_CHAR "%s", home, fname); in checkhome()
122 char *c = aprintf("%s%s", home, conf_list[i].append); in findfile()
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()
Dtool_operhlp.c142 newpath = aprintf("%s%s", path, encfile); in add_file_name_to_url()
145 newpath = aprintf("%s/%s", path, encfile); in add_file_name_to_url()
Dtool_cb_hdr.c222 outs->filename = aprintf("%s/%s", per->config->output_dir, in tool_header_cb()
253 char *clone = aprintf("%.*s", (int)cb, (char *)str); in tool_header_cb()
/external/curl/lib/
Dcurl_printf.h48 # undef aprintf
56 # define aprintf curl_maprintf macro
Dhttp_aws_sigv4.c197 fullhost = aprintf("host:%s", hostname); in make_headers()
261 *date_header = aprintf("%s: %s\r\n", date_hdr_key, timestamp); in make_headers()
770 aprintf("%s\n" /* HTTPRequestMethod */ in Curl_output_aws_sigv4()
788 request_type = aprintf("%.*s4_request", (int)provider0.len, provider0.str); in Curl_output_aws_sigv4()
796 credential_scope = aprintf("%s/%.*s/%.*s/%s", in Curl_output_aws_sigv4()
813 str_to_sign = aprintf("%.*s4-HMAC-SHA256\n" /* Algorithm */ in Curl_output_aws_sigv4()
827 secret = aprintf("%.*s4%s", (int)provider0.len, provider0.str, in Curl_output_aws_sigv4()
843 auth_headers = aprintf("Authorization: %.*s4-HMAC-SHA256 " in Curl_output_aws_sigv4()
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()
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()
Dnetrc.c397 filealloc = aprintf("%s%s.netrc", home, DIR_CHAR); in Curl_parsenetrc()
407 filealloc = aprintf("%s%s_netrc", home, DIR_CHAR); in Curl_parsenetrc()
Dfopen.c122 tempstore = aprintf("%s%s.tmp", dir, randbuf); in Curl_fopen()
Drtsp.c351 aprintf("Transport: %s\r\n", in rtsp_do()
377 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]); in rtsp_do()
414 data->state.aptr.ref = aprintf("Referer: %s\r\n", data->state.referer); in rtsp_do()
430 data->state.aptr.rangeline = aprintf("Range: %s\r\n", data->state.range); in rtsp_do()
Dgopher.c156 gopherpath = aprintf("%s?%s", path, query); in gopher_do()
Dhttp.c316 out = aprintf("%s:%s", user ? user : "", pwd ? pwd : ""); in http_output_basic()
330 *userp = aprintf("%sAuthorization: Basic %s\r\n", in http_output_basic()
360 *userp = aprintf("Authorization: Bearer %s\r\n", in http_output_bearer()
1875 aptr->host = aprintf("Host:%s\r\n", &ptr[5]); in http_host()
1891 aptr->host = aprintf("Host: %s%s%s\r\n", conn->bits.ipv6_ip ? "[" : "", in http_host()
1894 aptr->host = aprintf("Host: %s%s%s:%d\r\n", in http_host()
2460 data->state.aptr.rangeline = aprintf("Range: bytes=%s\r\n", in http_range()
2474 aprintf("Content-Range: bytes 0-%" FMT_OFF_T "/%" FMT_OFF_T "\r\n", in http_range()
2487 aprintf("Content-Range: bytes %s%" FMT_OFF_T "/%" FMT_OFF_T "\r\n", in http_range()
2494 aprintf("Content-Range: bytes %s/%" FMT_OFF_T "\r\n", in http_range()
[all …]
Dsmtp.c635 from = aprintf("<%s@%s>", address, host.name); in smtp_perform_mail()
642 from = aprintf("<%s>", address); in smtp_perform_mail()
676 auth = aprintf("<%s@%s>", address, host.name); in smtp_perform_mail()
683 auth = aprintf("<%s>", address); in smtp_perform_mail()
728 size = aprintf("%" FMT_OFF_T, data->state.infilesize); in smtp_perform_mail()
Dhttp_negotiate.c201 userp = aprintf("%sAuthorization: Negotiate %s\r\n", proxy ? "Proxy-" : "", in Curl_output_negotiate()
/external/google-breakpad/src/third_party/curl/
Dmprintf.h57 # undef aprintf
74 # define aprintf curl_maprintf macro
/external/curl/tests/unit/
Dunit1305.c97 data_key = aprintf("%s:%d", "dummy", 0); in create_node()
Dunit1609.c141 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
Dunit1607.c140 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
/external/ltp/doc/
Dspelling_wordlist138 aprintf

12