HomeSort by relevance Sort by last modified time
    Searched refs:aprintf (Results 1 - 25 of 33) sorted by null

1 2

  /external/curl/lib/vauth/
oauth2.c 70 oauth = aprintf("user=%s\1auth=Bearer %s\1\1", user, bearer);
72 oauth = aprintf("user=%s\1host=%s\1auth=Bearer %s\1\1", user, host,
75 oauth = aprintf("user=%s\1host=%s\1port=%ld\1auth=Bearer %s\1\1", user,
vauth.c 60 spn = aprintf("%s/%s@%s", service, host, realm);
62 spn = aprintf("%s/%s", service, host);
64 spn = aprintf("%s@%s", service, realm);
86 utf8_spn = aprintf("%s/%s", service, host);
digest.c 491 response = aprintf("username=\"%s\",realm=\"%s\",nonce=\"%s\","
724 hashthis = (unsigned char *) aprintf("%s:%s", userp, digest->realm);
746 aprintf("%s:%s:%s", digest->userhash ? userh : userp,
760 tmp = aprintf("%s:%s:%s", ha1, digest->nonce, digest->cnonce);
783 hashthis = (unsigned char *) aprintf("%s:%s", request, uripath);
794 hashthis2 = (unsigned char *)aprintf("%s:%s", hashthis, hashed);
808 hashthis = (unsigned char *) aprintf("%s:%s:%08x:%s:%s:%s",
817 hashthis = (unsigned char *) aprintf("%s:%s:%s",
849 response = aprintf("username=\"%s\", "
872 response = aprintf("username=\"%s\",
    [all...]
cram.c 122 response = aprintf(
  /external/curl/lib/
curl_printf.h 38 # undef aprintf macro
46 # define aprintf curl_maprintf macro
curlx.h 89 # undef aprintf macro
100 # define aprintf curlx_maprintf macro
http_digest.c 147 path = (unsigned char *) aprintf("%.*s", urilen, uripath);
162 *allocuserpwd = aprintf("%sAuthorization: Digest %s\r\n",
http_ntlm.c 183 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
203 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
curl_ntlm_wb.c 315 conn->response_header = aprintf("NTLM %.*s", len_out - 4, buf + 3);
387 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
395 input = aprintf("TT %s\n", conn->challenge_header);
405 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
http_negotiate.c 115 userp = aprintf("%sAuthorization: Negotiate %s\r\n", proxy ? "Proxy-" : "",
krb5.c 197 stringp = aprintf("%s@%s", service, host);
261 cmd = aprintf("ADAT %s", p);
http_proxy.c 224 host_port = aprintf("%s:%hu", hostname, remote_port);
248 aprintf("%s%s%s:%hu", ipv6_ip?"[":"", hostname, ipv6_ip?"]":"",
256 host = aprintf("Host: %s\r\n", hostheader);
rtsp.c 367 aprintf("Transport: %s\r\n",
392 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]);
425 conn->allocptr.ref = aprintf("Referer: %s\r\n", data->change.referer);
443 conn->allocptr.rangeline = aprintf("Range: %s\r\n", data->state.range);
http.c 284 out = aprintf("%s:%s", user, pwd);
298 *userp = aprintf("%sAuthorization: Basic %s\r\n",
    [all...]
smtp.c 519 from = aprintf("%s", data->set.str[STRING_MAIL_FROM]);
521 from = aprintf("<%s>", data->set.str[STRING_MAIL_FROM]);
529 auth = aprintf("%s", data->set.str[STRING_MAIL_AUTH]);
575 size = aprintf("%" CURL_FORMAT_CURL_OFF_T, data->state.infilesize);
    [all...]
hostip.c 205 char *id = aprintf("%s:%d", name, port);
pingpong.c 187 fmt_crlf = aprintf("%s\r\n", fmt); /* append a trailing CRLF */
ssh.c 745 sshc->rsa = aprintf("%s/.ssh/id_rsa", home);
750 sshc->rsa = aprintf("%s/.ssh/id_dsa", home);
    [all...]
  /external/google-breakpad/src/third_party/curl/
mprintf.h 57 # undef aprintf macro
74 # define aprintf curl_maprintf macro
  /external/curl/src/
tool_operhlp.c 107 urlbuffer = aprintf("%s%s", url, encfile);
110 urlbuffer = aprintf("%s/%s", url, encfile);
tool_operate.c 831 urlbuffer = aprintf("%s%c%s", this_url, sep, httpgetfields);
836 urlbuffer = aprintf("%s/?%s", this_url, httpgetfields);
    [all...]
  /external/curl/tests/libtest/
lib539.c 62 newURL = aprintf("%s./", URL);
  /external/curl/tests/unit/
unit1305.c 105 data_key = aprintf("%s:%d", "dummy", 0);
  /external/libxml2/
trio.h 216 #define aprintf trio_aprintf macro
  /external/curl/lib/vtls/
nss.c 424 char *slot_name = aprintf("PEM Token #%d", slot_id);
506 nickname = aprintf("PEM Token #1:%s", n);
    [all...]

Completed in 364 milliseconds

1 2