Lines Matching defs:pass
1373 /* there was body data sent beyond the initial header part, pass that on
1473 /* pass the header */
1476 /* pass all whitespace */
1759 ptr++; /* pass the colon */
1782 ptr++; /* pass the semicolon */
1799 /* a Host: header was sent already, don't pass on any custom Host:
1817 /* when asking for Transfer-Encoding, don't pass on a custom
1905 ptr++; /* pass the semicolon */
1935 ptr++; /* pass the colon */
1945 /* a Host: header was sent already, don't pass on any custom Host:
1963 /* when asking for Transfer-Encoding, don't pass on a custom
2885 /* Range was selected and then we just pass the incoming range and
3920 * Read any HTTP header lines from the server and pass them to the client app.
4013 headp++; /* pass the \r byte */
4015 headp++; /* pass the \n byte */
4642 char *user, *pass, *host, *port;
4647 user = pass = host = port = NULL;
4666 uc = curl_url_get(url, CURLUPART_PASSWORD, &pass, 0);
4675 if(pass) {
4676 result = Curl_dyn_addf(&buf, ":%s", pass);
4699 free(pass);