Home
last modified time | relevance | path

Searched refs:redirURL (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dnanohttp.c1364 char *redirURL = NULL; in xmlNanoHTTPMethodRedir() local
1374 if (redirURL == NULL) { in xmlNanoHTTPMethodRedir()
1379 ctxt = xmlNanoHTTPNewCtxt(redirURL); in xmlNanoHTTPMethodRedir()
1382 ctxt->location = xmlMemStrdup(redirURL); in xmlNanoHTTPMethodRedir()
1388 if (redirURL != NULL) xmlFree(redirURL); in xmlNanoHTTPMethodRedir()
1395 if (redirURL != NULL) xmlFree(redirURL); in xmlNanoHTTPMethodRedir()
1408 if (redirURL != NULL) xmlFree(redirURL); in xmlNanoHTTPMethodRedir()
1549 if (redirURL != NULL) in xmlNanoHTTPMethodRedir()
1550 xmlFree(redirURL); in xmlNanoHTTPMethodRedir()
1551 redirURL = xmlMemStrdup(ctxt->location); in xmlNanoHTTPMethodRedir()
[all …]