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

1 2

  /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 147 path = (unsigned char *) aprintf("%.*s", urilen, uripath);
161 *allocuserpwd = aprintf("%sAuthorization: Digest %s\r\n",
curl_sasl.c 278 return aprintf("%s/%s", service, host);
475 response = aprintf(
726 response = aprintf("username=\"%s\",realm=\"%s\",nonce=\"%s\","
946 aprintf("%s:%s:%s", userp, digest->realm, passwdp);
957 tmp = aprintf("%s:%s:%s", ha1, digest->nonce, digest->cnonce);
980 md5this = (unsigned char *)aprintf("%s:%s", request, uripath);
986 aprintf("%s:%s", md5this, "d41d8cd98f00b204e9800998ecf8427e");
1000 md5this = (unsigned char *)aprintf("%s:%s:%08x:%s:%s:%s",
1009 md5this = (unsigned char *)aprintf("%s:%s:%s",
1041 response = aprintf("username=\"%s\",
    [all...]
curl_ntlm.c 177 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
197 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
curl_ntlm_wb.c 321 conn->response_header = aprintf("NTLM %.*s", len_out - 4, buf + 3);
393 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
401 input = aprintf("TT %s\n", conn->challenge_header);
411 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
http_proxy.c 136 host_port = aprintf("%s:%hu", hostname, remote_port);
154 aprintf("%s%s%s:%hu", conn->bits.ipv6_ip?"[":"",
163 host = aprintf("Host: %s\r\n", hostheader);
http_negotiate.c 173 userp = aprintf("%sAuthorization: Negotiate %s\r\n", proxy ? "Proxy-" : "",
rtsp.c 348 aprintf("Transport: %s\r\n",
373 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]);
398 conn->allocptr.ref = aprintf("Referer: %s\r\n", data->change.referer);
416 conn->allocptr.rangeline = aprintf("Range: %s\r\n", data->state.range);
http.c 326 *userp = aprintf("%sAuthorization: Basic %s\r\n",
    [all...]
conncache.c 135 return aprintf("%s:%d",
curl_sasl_gssapi.c 58 return aprintf("%s@%s", service, host);
http_negotiate_sspi.c 249 userp = aprintf("%sAuthorization: Negotiate %s\r\n", proxy ? "Proxy-" : "",
pingpong.c 178 fmt_crlf = aprintf("%s\r\n", fmt); /* append a trailing CRLF */
smtp.c 558 from = aprintf("%s", data->set.str[STRING_MAIL_FROM]);
560 from = aprintf("<%s>", data->set.str[STRING_MAIL_FROM]);
568 auth = aprintf("%s", data->set.str[STRING_MAIL_AUTH]);
582 size = aprintf("%" CURL_FORMAT_CURL_OFF_T, data->state.infilesize);
    [all...]
hostip.c 202 char *id = aprintf("%s:%d", name, port);
ssh.c 817 sshc->rsa = aprintf("%s/.ssh/id_rsa", home);
822 sshc->rsa = aprintf("%s/.ssh/id_dsa", home);
    [all...]
cookie.c     [all...]
  /external/curl/include/curl/
mprintf.h 56 # undef aprintf macro
66 # define aprintf curl_maprintf macro
  /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 106 urlbuffer = aprintf("%s%s", url, encfile);
109 urlbuffer = aprintf("%s/%s", url, encfile);
tool_operate.c 775 urlbuffer = aprintf("%s%c%s", this_url, sep, httpgetfields);
780 urlbuffer = aprintf("%s/?%s", this_url, httpgetfields);
    [all...]
  /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 355 char *slot_name = aprintf("PEM Token #%d", slot_id);
433 nickname = aprintf("PEM Token #1:%s", n);
    [all...]

Completed in 1238 milliseconds

1 2