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

1 2

  /external/curl/lib/vauth/
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);
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,
digest.c 471 response = aprintf("username=\"%s\",realm=\"%s\",nonce=\"%s\","
697 aprintf("%s:%s:%s", userp, digest->realm, passwdp);
708 tmp = aprintf("%s:%s:%s", ha1, digest->nonce, digest->cnonce);
731 md5this = (unsigned char *) aprintf("%s:%s", request, uripath);
737 aprintf("%s:%s", md5this, "d41d8cd98f00b204e9800998ecf8427e");
751 md5this = (unsigned char *) aprintf("%s:%s:%08x:%s:%s:%s",
760 md5this = (unsigned char *) aprintf("%s:%s:%s",
792 response = aprintf("username=\"%s\", "
815 response = aprintf("username=\"%s\", "
833 tmp = aprintf("%s, opaque=\"%s\"", response, digest->opaque)
    [all...]
cram.c 122 response = aprintf(
  /external/curl/lib/
curl_printf.h 38 # undef aprintf macro
46 # define aprintf curl_maprintf macro
curlx.h 102 # undef aprintf macro
113 # define aprintf curlx_maprintf macro
http_digest.c 146 path = (unsigned char *) aprintf("%.*s", urilen, uripath);
160 *allocuserpwd = aprintf("%sAuthorization: Digest %s\r\n",
http_ntlm.c 180 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
200 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
curl_ntlm_wb.c 320 conn->response_header = aprintf("NTLM %.*s", len_out - 4, buf + 3);
392 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
400 input = aprintf("TT %s\n", conn->challenge_header);
410 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
http_negotiate.c 110 userp = aprintf("%sAuthorization: Negotiate %s\r\n", proxy ? "Proxy-" : "",
http_proxy.c 150 host_port = aprintf("%s:%hu", hostname, remote_port);
173 aprintf("%s%s%s:%hu", ipv6_ip?"[":"", hostname, ipv6_ip?"]":"",
181 host = aprintf("Host: %s\r\n", hostheader);
rtsp.c 348 aprintf("Transport: %s\r\n",
373 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]);
406 conn->allocptr.ref = aprintf("Referer: %s\r\n", data->change.referer);
424 conn->allocptr.rangeline = aprintf("Range: %s\r\n", data->state.range);
http.c 312 *userp = aprintf("%sAuthorization: Basic %s\r\n",
    [all...]
conncache.c 143 return aprintf("%s:%d", hostname, conn->port);
pingpong.c 178 fmt_crlf = aprintf("%s\r\n", fmt); /* append a trailing CRLF */
smtp.c 562 from = aprintf("%s", data->set.str[STRING_MAIL_FROM]);
564 from = aprintf("<%s>", data->set.str[STRING_MAIL_FROM]);
572 auth = aprintf("%s", data->set.str[STRING_MAIL_AUTH]);
586 size = aprintf("%" CURL_FORMAT_CURL_OFF_T, data->state.infilesize);
    [all...]
hostip.c 202 char *id = aprintf("%s:%d", name, port);
ssh.c 826 sshc->rsa = aprintf("%s/.ssh/id_rsa", home);
831 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 770 urlbuffer = aprintf("%s%c%s", this_url, sep, httpgetfields);
775 urlbuffer = aprintf("%s/?%s", this_url, httpgetfields);
    [all...]
  /external/curl/tests/libtest/
lib539.c 61 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 361 char *slot_name = aprintf("PEM Token #%d", slot_id);
439 nickname = aprintf("PEM Token #1:%s", n);
    [all...]

Completed in 1641 milliseconds

1 2