Lines Matching defs:header
67 const char *header) /* rest of the www-authenticate:
68 header */
79 if(checkprefix("NTLM", header)) {
80 header += strlen("NTLM");
82 while(*header && ISSPACE(*header))
83 header++;
85 if(*header) {
89 result = Curl_base64_decode(header, &hdr, &hdrlen);
127 * This is for creating ntlm header output
204 /* connection is already authenticated, don't send a header in future