Home | History | Annotate | Download | only in libxml2

Lines Matching full:authheader

152     char *authHeader;	/* contents of {WWW,Proxy}-Authenticate header */
419 if (ctxt->authHeader != NULL) xmlFree(ctxt->authHeader);
757 if (ctxt->authHeader != NULL)
758 xmlFree(ctxt->authHeader);
759 ctxt->authHeader = xmlMemStrdup(cur);
763 if (ctxt->authHeader != NULL)
764 xmlFree(ctxt->authHeader);
765 ctxt->authHeader = xmlMemStrdup(cur);
1653 return(ctxt->authHeader);