/third_party/curl/lib/vauth/ |
D | vauth.c | 60 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()
|
D | oauth2.c | 67 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()
|
D | digest.c | 473 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 …]
|
D | cram.c | 83 response = aprintf( in Curl_auth_create_cram_md5_message()
|
/third_party/curl/tests/libtest/ |
D | lib661.c | 46 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()
|
D | lib539.c | 62 newURL = aprintf("%s./", URL); in test()
|
/third_party/curl/lib/ |
D | curl_printf.h | 38 # undef aprintf 46 # define aprintf curl_maprintf macro
|
D | curlx.h | 102 # undef aprintf 112 # define aprintf curlx_maprintf macro
|
D | http_digest.c | 150 path = (unsigned char *) aprintf("%.*s", (int)urilen, uripath); in Curl_output_digest() 165 *allocuserpwd = aprintf("%sAuthorization: Digest %s\r\n", in Curl_output_digest()
|
D | http_ntlm.c | 215 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm() 235 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm()
|
D | curl_ntlm_wb.c | 447 *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()
|
D | rtsp.c | 350 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()
|
D | fopen.c | 71 tempstore = aprintf("%s.%s.tmp", filename, randsuffix); in Curl_fopen()
|
D | c-hyper.c | 454 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()
|
D | http.c | 326 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 …]
|
D | gopher.c | 147 gopherpath = aprintf("%s?%s", path, query); in gopher_do()
|
/third_party/curl/src/ |
D | tool_operhlp.c | 111 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()
|
D | tool_operate.c | 863 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/ |
D | aprintf.c | 28 char *aprintf(const char *format, ...) { in aprintf() function
|
D | util.h | 113 char *aprintf(const char *format, ...);
|
D | meson.build | 22 'aprintf.c',
|
/third_party/zlib/examples/ |
D | gznorm.c | 36 local char *aprintf(char *fmt, ...) { in aprintf() function 61 *err = aprintf(__VA_ARGS__); \
|
/third_party/curl/tests/unit/ |
D | unit1305.c | 102 data_key = aprintf("%s:%d", "dummy", 0); in create_node()
|
D | unit1609.c | 139 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
|
D | unit1607.c | 138 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
|