Lines Matching refs:authHeader
155 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */
422 if (ctxt->authHeader != NULL) xmlFree(ctxt->authHeader);
797 if (ctxt->authHeader != NULL)
798 xmlFree(ctxt->authHeader);
799 ctxt->authHeader = xmlMemStrdup(cur);
803 if (ctxt->authHeader != NULL)
804 xmlFree(ctxt->authHeader);
805 ctxt->authHeader = xmlMemStrdup(cur);
1725 return(ctxt->authHeader);