/third_party/curl/lib/vauth/ |
H A D | vauth.c | 64 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 D | oauth2.c | 70 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 D | digest.c | 475 response = aprintf("username=\"%s\",realm=\"%s\",nonce=\"%s\"," in Curl_auth_create_digest_md5_message() 716 hashthis = aprintf("%s:%s", userp, digest->realm ? digest->realm : ""); in auth_create_digest_http_message() 736 hashthis = aprintf("%s:%s:%s", userp, digest->realm ? digest->realm : "", in auth_create_digest_http_message() 747 tmp = aprintf("%s:%s:%s", ha1, digest->nonce, digest->cnonce); in auth_create_digest_http_message() 769 hashthis = aprintf("%s:%s", request, uripath); in auth_create_digest_http_message() 781 hashthis2 = aprintf("%s:%s", hashthis, hashed); in auth_create_digest_http_message() 794 hashthis = aprintf("%s:%s:%08x:%s:%s:%s", ha1, digest->nonce, digest->nc, in auth_create_digest_http_message() 798 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() 864 response = aprintf("usernam in auth_create_digest_http_message() [all...] |
H A D | cram.c | 85 response = aprintf( in Curl_auth_create_cram_md5_message()
|
/third_party/curl/tests/libtest/ |
H A D | lib661.c | 48 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()
|
H A D | lib539.c | 64 newURL = aprintf("%s./", URL); in test()
|
/third_party/curl/lib/ |
H A D | curl_printf.h | 45 # undef aprintf macro 53 # define aprintf curl_maprintf macro
|
H A D | curlx.h | 104 # undef aprintf macro 114 # define aprintf curlx_maprintf macro
|
H A D | http_digest.c | 152 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 D | curl_ntlm_wb.c | 450 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm_wb() 460 char *input = aprintf("TT %s\n", ntlm->challenge); in Curl_output_ntlm_wb() 469 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm_wb()
|
H A D | http_ntlm.c | 222 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm() 241 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm()
|
H A D | fopen.c | 122 tempstore = aprintf("%s%s.tmp", dir, randbuf); in Curl_fopen()
|
H A D | c-hyper.c | 551 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() 905 pq = aprintf("%s?%s", data->state.up.path, data->state.up.query); in Curl_http() 1088 char *altused = aprintf("Alt-Used: %s:%d\r\n", in Curl_http() 1113 data->state.aptr.ref = aprintf("Referer: %s\r\n", data->state.referer); in Curl_http() 1136 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]); in Curl_http()
|
H A D | http.c | 299 out = aprintf("%s:%s", user ? user : "", pwd ? pwd : ""); in http_output_basic() 313 *userp = aprintf("%sAuthorization: Basic %s\r\n", in http_output_basic() 343 *userp = aprintf("Authorization: Bearer %s\r\n", in http_output_bearer() 2196 aptr->host = aprintf("Host:%s\r\n", &ptr[5]); in Curl_http_host() 2212 aptr->host = aprintf("Host: %s%s%s\r\n", conn->bits.ipv6_ip?"[":"", in Curl_http_host() 2215 aptr->host = aprintf("Host: %s%s%s:%d\r\n", conn->bits.ipv6_ip?"[":"", in Curl_http_host() 2855 data->state.aptr.rangeline = aprintf("Range: bytes=%s\r\n", in Curl_http_range() 2869 aprintf("Content-Range: bytes 0-%" CURL_FORMAT_CURL_OFF_T in Curl_http_range() 2879 aprintf("Content-Range: bytes %s%" CURL_FORMAT_CURL_OFF_T in Curl_http_range() 2888 aprintf("Conten in Curl_http_range() [all...] |
H A D | rtsp.c | 342 aprintf("Transport: %s\r\n", in rtsp_do() 367 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]); in rtsp_do() 401 data->state.aptr.ref = aprintf("Referer: %s\r\n", data->state.referer); in rtsp_do() 417 data->state.aptr.rangeline = aprintf("Range: %s\r\n", data->state.range); in rtsp_do()
|
H A D | gopher.c | 152 gopherpath = aprintf("%s?%s", path, query); in gopher_do()
|
H A D | smtp.c | 630 from = aprintf("<%s@%s>", address, host.name); in smtp_perform_mail() 637 from = aprintf("<%s>", address); in smtp_perform_mail() 671 auth = aprintf("<%s@%s>", address, host.name); in smtp_perform_mail() 678 auth = aprintf("<%s>", address); in smtp_perform_mail() 728 size = aprintf("%" CURL_FORMAT_CURL_OFF_T, data->state.infilesize); in smtp_perform_mail()
|
/third_party/curl/src/ |
H A D | tool_ipfs.c | 83 ipfs_path = aprintf("%s/.ipfs/", home); in ipfs_gateway() 92 gateway_composed_file_path = aprintf("%sgateway", ipfs_path); in ipfs_gateway() 242 pathbuffer = aprintf("%s%s/%s%s", gwpath, protocol, cid, in ipfs_url_rewrite()
|
H A D | tool_operhlp.c | 144 newpath = aprintf("%s%s", path, encfile); in add_file_name_to_url() 147 newpath = aprintf("%s/%s", path, encfile); in add_file_name_to_url() 240 char *alt = aprintf("%s/%s", tdir, *filename); in get_url_file_name()
|
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | aprintf.c | 28 char *aprintf(const char *format, ...) { in aprintf() function
|
H A D | util.h | 113 char *aprintf(const char *format, ...);
|
/third_party/zlib/examples/ |
H A D | gznorm.c | 36 local char *aprintf(char *fmt, ...) { in aprintf() function 61 *err = aprintf(__VA_ARGS__); \
|
/third_party/curl/tests/unit/ |
H A D | unit1305.c | 98 data_key = aprintf("%s:%d", "dummy", 0); in create_node()
|
H A D | unit1609.c | 141 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
|
H A D | unit1607.c | 140 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
|