Home
last modified time | relevance | path

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

12

/third_party/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()
87 utf8_spn = aprintf("%s/%s", service, host); in Curl_auth_build_spn()
Doauth2.c67 oauth = aprintf("n,a=%s,\1host=%s\1auth=Bearer %s\1\1", user, host, in Curl_auth_create_oauth_bearer_message()
70 oauth = aprintf("n,a=%s,\1host=%s\1port=%ld\1auth=Bearer %s\1\1", user, in Curl_auth_create_oauth_bearer_message()
98 char *xoauth = aprintf("user=%s\1auth=Bearer %s\1\1", user, bearer); in Curl_auth_create_xoauth_bearer_message()
Ddigest.c473 response = aprintf("username=\"%s\",realm=\"%s\",nonce=\"%s\"," in Curl_auth_create_digest_md5_message()
704 hashthis = aprintf("%s:%s", userp, digest->realm); in auth_create_digest_http_message()
725 hashthis = aprintf("%s:%s:%s", digest->userhash ? userh : userp, in auth_create_digest_http_message()
739 tmp = aprintf("%s:%s:%s", ha1, digest->nonce, digest->cnonce); in auth_create_digest_http_message()
762 hashthis = aprintf("%s:%s", request, uripath); in auth_create_digest_http_message()
774 hashthis2 = aprintf("%s:%s", hashthis, hashed); in auth_create_digest_http_message()
788 hashthis = aprintf("%s:%s:%08x:%s:%s:%s", ha1, digest->nonce, digest->nc, in auth_create_digest_http_message()
792 hashthis = aprintf("%s:%s:%s", ha1, digest->nonce, ha2); in auth_create_digest_http_message()
821 response = aprintf("username=\"%s\", " in auth_create_digest_http_message()
844 response = aprintf("username=\"%s\", " in auth_create_digest_http_message()
[all …]
Dcram.c83 response = aprintf( in Curl_auth_create_cram_md5_message()
/third_party/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()
/third_party/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.c150 path = (unsigned char *) aprintf("%.*s", (int)urilen, uripath); in Curl_output_digest()
165 *allocuserpwd = aprintf("%sAuthorization: Digest %s\r\n", in Curl_output_digest()
Dhttp_ntlm.c215 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm()
235 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm()
Dcurl_ntlm_wb.c447 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm_wb()
457 char *input = aprintf("TT %s\n", ntlm->challenge); in Curl_output_ntlm_wb()
466 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm_wb()
Drtsp.c350 aprintf("Transport: %s\r\n", in rtsp_do()
375 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]); in rtsp_do()
409 data->state.aptr.ref = aprintf("Referer: %s\r\n", data->state.referer); in rtsp_do()
427 data->state.aptr.rangeline = aprintf("Range: %s\r\n", data->state.range); in rtsp_do()
Dfopen.c71 tempstore = aprintf("%s.%s.tmp", filename, randsuffix); in Curl_fopen()
Dc-hyper.c454 char *req = aprintf("%s %s HTTP/%s\r\n", method, path, in debug_request()
519 ptr = aprintf("%.*s\r\n", (int)linelen, line); in Curl_hyper_header()
723 pq = aprintf("%s?%s", data->state.up.path, data->state.up.query); in Curl_http()
874 data->state.aptr.ref = aprintf("Referer: %s\r\n", data->state.referer); in Curl_http()
885 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]); in Curl_http()
Dhttp.c326 out = aprintf("%s:%s", user, pwd ? pwd : ""); in http_output_basic()
340 *userp = aprintf("%sAuthorization: Basic %s\r\n", in http_output_basic()
367 *userp = aprintf("Authorization: Bearer %s\r\n", in http_output_bearer()
2143 data->state.aptr.host = aprintf("Host:%s\r\n", &ptr[5]); in Curl_http_host()
2162 data->state.aptr.host = aprintf("Host: %s%s%s\r\n", in Curl_http_host()
2167 data->state.aptr.host = aprintf("Host: %s%s%s:%d\r\n", in Curl_http_host()
2794 data->state.aptr.rangeline = aprintf("Range: bytes=%s\r\n", in Curl_http_range()
2808 aprintf("Content-Range: bytes 0-%" CURL_FORMAT_CURL_OFF_T in Curl_http_range()
2818 aprintf("Content-Range: bytes %s%" CURL_FORMAT_CURL_OFF_T in Curl_http_range()
2827 aprintf("Content-Range: bytes %s/%" CURL_FORMAT_CURL_OFF_T "\r\n", in Curl_http_range()
[all …]
Dgopher.c147 gopherpath = aprintf("%s?%s", path, query); in gopher_do()
/third_party/curl/src/
Dtool_operhlp.c111 urlbuffer = aprintf("%s%s", url, encfile); in add_file_name_to_url()
114 urlbuffer = aprintf("%s/%s", url, encfile); in add_file_name_to_url()
Dtool_operate.c863 header = aprintf("If-None-Match: %s", etag_from_file); in single_transfer()
867 header = aprintf("If-None-Match: \"\""); in single_transfer()
974 char *d = aprintf("%s/%s", config->output_dir, per->outfile); in single_transfer()
1102 aprintf("\n[%lu/%lu]: %s --> %s", in single_transfer()
1106 per->separator = aprintf("%s%s", CURLseparator, per->this_url); in single_transfer()
1132 urlbuffer = aprintf("%s%c%s", per->this_url, sep, httpgetfields); in single_transfer()
1137 urlbuffer = aprintf("%s/?%s", per->this_url, httpgetfields); in single_transfer()
1649 char *file = aprintf("%s/.ssh/known_hosts", home); in single_transfer()
/third_party/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',
/third_party/zlib/examples/
Dgznorm.c36 local char *aprintf(char *fmt, ...) { in aprintf() function
61 *err = aprintf(__VA_ARGS__); \
/third_party/curl/tests/unit/
Dunit1305.c102 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.c138 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);

12