Home
last modified time | relevance | path

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

/external/libxml2/
Dnanohttp.c1356 char *redirURL = NULL; in xmlNanoHTTPMethodRedir() local
1366 if (redirURL == NULL) { in xmlNanoHTTPMethodRedir()
1371 ctxt = xmlNanoHTTPNewCtxt(redirURL); in xmlNanoHTTPMethodRedir()
1374 ctxt->location = xmlMemStrdup(redirURL); in xmlNanoHTTPMethodRedir()
1380 if (redirURL != NULL) xmlFree(redirURL); in xmlNanoHTTPMethodRedir()
1387 if (redirURL != NULL) xmlFree(redirURL); in xmlNanoHTTPMethodRedir()
1400 if (redirURL != NULL) xmlFree(redirURL); in xmlNanoHTTPMethodRedir()
1540 if (redirURL != NULL) in xmlNanoHTTPMethodRedir()
1541 xmlFree(redirURL); in xmlNanoHTTPMethodRedir()
1542 redirURL = xmlMemStrdup(ctxt->location); in xmlNanoHTTPMethodRedir()
[all …]