Home
last modified time | relevance | path

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

12

/external/curl/lib/vauth/
Dvauth.c60 spn = aprintf("%s/%s@%s", service, host, realm); in Curl_auth_build_spn()
62 spn = aprintf("%s/%s", service, host); in Curl_auth_build_spn()
64 spn = aprintf("%s@%s", service, realm); in Curl_auth_build_spn()
86 utf8_spn = aprintf("%s/%s", service, host); in Curl_auth_build_spn()
Ddigest.c492 response = aprintf("username=\"%s\",realm=\"%s\",nonce=\"%s\"," in Curl_auth_create_digest_md5_message()
726 hashthis = aprintf("%s:%s", userp, digest->realm); in auth_create_digest_http_message()
747 hashthis = aprintf("%s:%s:%s", digest->userhash ? userh : userp, in auth_create_digest_http_message()
761 tmp = aprintf("%s:%s:%s", ha1, digest->nonce, digest->cnonce); in auth_create_digest_http_message()
784 hashthis = aprintf("%s:%s", request, uripath); in auth_create_digest_http_message()
796 hashthis2 = aprintf("%s:%s", hashthis, hashed); in auth_create_digest_http_message()
810 hashthis = aprintf("%s:%s:%08x:%s:%s:%s", ha1, digest->nonce, digest->nc, in auth_create_digest_http_message()
814 hashthis = aprintf("%s:%s:%s", ha1, digest->nonce, ha2); in auth_create_digest_http_message()
843 response = aprintf("username=\"%s\", " in auth_create_digest_http_message()
866 response = aprintf("username=\"%s\", " in auth_create_digest_http_message()
[all …]
Doauth2.c73 oauth = aprintf("n,a=%s,\1host=%s\1auth=Bearer %s\1\1", user, host, in Curl_auth_create_oauth_bearer_message()
76 oauth = aprintf("n,a=%s,\1host=%s\1port=%ld\1auth=Bearer %s\1\1", user, in Curl_auth_create_oauth_bearer_message()
114 char *xoauth = aprintf("user=%s\1auth=Bearer %s\1\1", user, bearer); in Curl_auth_create_xoauth_bearer_message()
Dcram.c122 response = aprintf( in Curl_auth_create_cram_md5_message()
/external/curl/tests/libtest/
Dlib661.c46 newURL = aprintf("%s/folderA/661", URL); in test()
54 newURL = aprintf("%s/folderB/661", URL); in test()
69 newURL = aprintf("%s/folderA/661", URL); in test()
78 newURL = aprintf("%s/folderB/661", URL); in test()
84 newURL = aprintf("%s/folderA/661", URL); in test()
Dlib539.c62 newURL = aprintf("%s./", URL); in test()
/external/curl/lib/
Dcurl_printf.h38 # undef aprintf
46 # define aprintf curl_maprintf macro
Dcurlx.h102 # undef aprintf
112 # define aprintf curlx_maprintf macro
Dhttp_digest.c152 path = (unsigned char *) aprintf("%.*s", urilen, uripath); in Curl_output_digest()
167 *allocuserpwd = aprintf("%sAuthorization: Digest %s\r\n", in Curl_output_digest()
Dhttp_ntlm.c200 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm()
220 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm()
Dcurl_ntlm_wb.c444 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm_wb()
454 char *input = aprintf("TT %s\n", ntlm->challenge); in Curl_output_ntlm_wb()
463 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm_wb()
Drtsp.c340 aprintf("Transport: %s\r\n", in rtsp_do()
365 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]); in rtsp_do()
398 data->state.aptr.ref = aprintf("Referer: %s\r\n", data->change.referer); in rtsp_do()
416 data->state.aptr.rangeline = aprintf("Range: %s\r\n", data->state.range); in rtsp_do()
Dhttp.c313 out = aprintf("%s:%s", user, pwd ? pwd : ""); in http_output_basic()
327 *userp = aprintf("%sAuthorization: Basic %s\r\n", in http_output_basic()
355 *userp = aprintf("Authorization: Bearer %s\r\n", in http_output_bearer()
2043 pq = aprintf("%s?%s", path, query); in Curl_http()
2066 data->state.aptr.ref = aprintf("Referer: %s\r\n", data->change.referer); in Curl_http()
2082 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]); in Curl_http()
2113 data->state.aptr.te = aprintf("Connection: %s%sTE\r\n" TE_HEADER, in Curl_http()
2241 data->state.aptr.host = aprintf("Host:%s\r\n", &ptr[5]); in Curl_http()
2259 data->state.aptr.host = aprintf("Host: %s%s%s\r\n", in Curl_http()
2264 data->state.aptr.host = aprintf("Host: %s%s%s:%d\r\n", in Curl_http()
[all …]
Dhttp_proxy.c222 host_port = aprintf("%s:%d", hostname, remote_port); in CONNECT()
247 aprintf("%s%s%s:%d", ipv6_ip?"[":"", hostname, ipv6_ip?"]":"", in CONNECT()
255 host = aprintf("Host: %s\r\n", hostheader); in CONNECT()
Dgopher.c99 gopherpath = aprintf("%s?%s", path, query); in gopher_do()
Dsmtp.c589 from = aprintf("<%s@%s>", address, host.name); in smtp_perform_mail()
596 from = aprintf("<%s>", address); in smtp_perform_mail()
630 auth = aprintf("<%s@%s>", address, host.name); in smtp_perform_mail()
637 auth = aprintf("<%s>", address); in smtp_perform_mail()
687 size = aprintf("%" CURL_FORMAT_CURL_OFF_T, data->state.infilesize); in smtp_perform_mail()
/external/google-breakpad/src/third_party/curl/
Dmprintf.h57 # undef aprintf
74 # define aprintf curl_maprintf macro
/external/curl/src/
Dtool_operhlp.c112 urlbuffer = aprintf("%s%s", url, encfile); in add_file_name_to_url()
115 urlbuffer = aprintf("%s/%s", url, encfile); in add_file_name_to_url()
Dtool_operate.c929 header = aprintf("If-None-Match: %s", etag_from_file); in single_transfer()
933 header = aprintf("If-None-Match: \"\""); in single_transfer()
1058 char *d = aprintf("%s/%s", config->output_dir, per->outfile); in single_transfer()
1186 aprintf("\n[%lu/%lu]: %s --> %s", in single_transfer()
1190 per->separator = aprintf("%s%s", CURLseparator, per->this_url); in single_transfer()
1216 urlbuffer = aprintf("%s%c%s", per->this_url, sep, httpgetfields); in single_transfer()
1221 urlbuffer = aprintf("%s/?%s", per->this_url, httpgetfields); in single_transfer()
1717 file = aprintf("%s/.ssh/known_hosts", home); in single_transfer()
/external/mesa3d/src/freedreno/rnn/
Daprintf.c28 char *aprintf(const char *format, ...) { in aprintf() function
Dutil.h113 char *aprintf(const char *format, ...);
Dmeson.build22 'aprintf.c',
/external/curl/tests/unit/
Dunit1305.c100 data_key = aprintf("%s:%d", "dummy", 0); in create_node()
Dunit1609.c139 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
Dunit1607.c132 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);

12