Home | History | Annotate | Download | only in libxml2

Lines Matching full:authheader

152     char *authHeader;	/* contents of {WWW,Proxy}-Authenticate header */
429 if (ctxt->authHeader != NULL) xmlFree(ctxt->authHeader);
804 if (ctxt->authHeader != NULL)
805 xmlFree(ctxt->authHeader);
806 ctxt->authHeader = xmlMemStrdup(cur);
810 if (ctxt->authHeader != NULL)
811 xmlFree(ctxt->authHeader);
812 ctxt->authHeader = xmlMemStrdup(cur);
1735 return(ctxt->authHeader);