Searched defs:authHeader (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c152 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */ member in struct:xmlNanoHTTPCtxt
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);
[all...]

Completed in 35 milliseconds