Lines Matching refs:xmlFree
256 xmlFree(proxy); in xmlNanoHTTPCleanup()
285 xmlFree(ctxt->protocol); in xmlNanoHTTPScanURL()
289 xmlFree(ctxt->hostname); in xmlNanoHTTPScanURL()
293 xmlFree(ctxt->path); in xmlNanoHTTPScanURL()
297 xmlFree(ctxt->query); in xmlNanoHTTPScanURL()
348 xmlFree(proxy); in xmlNanoHTTPScanProxy()
419 if (ctxt->hostname != NULL) xmlFree(ctxt->hostname); in xmlNanoHTTPFreeCtxt()
420 if (ctxt->protocol != NULL) xmlFree(ctxt->protocol); in xmlNanoHTTPFreeCtxt()
421 if (ctxt->path != NULL) xmlFree(ctxt->path); in xmlNanoHTTPFreeCtxt()
422 if (ctxt->query != NULL) xmlFree(ctxt->query); in xmlNanoHTTPFreeCtxt()
423 if (ctxt->out != NULL) xmlFree(ctxt->out); in xmlNanoHTTPFreeCtxt()
424 if (ctxt->in != NULL) xmlFree(ctxt->in); in xmlNanoHTTPFreeCtxt()
425 if (ctxt->contentType != NULL) xmlFree(ctxt->contentType); in xmlNanoHTTPFreeCtxt()
426 if (ctxt->encoding != NULL) xmlFree(ctxt->encoding); in xmlNanoHTTPFreeCtxt()
427 if (ctxt->mimeType != NULL) xmlFree(ctxt->mimeType); in xmlNanoHTTPFreeCtxt()
428 if (ctxt->location != NULL) xmlFree(ctxt->location); in xmlNanoHTTPFreeCtxt()
429 if (ctxt->authHeader != NULL) xmlFree(ctxt->authHeader); in xmlNanoHTTPFreeCtxt()
433 xmlFree(ctxt->strm); in xmlNanoHTTPFreeCtxt()
440 xmlFree(ctxt); in xmlNanoHTTPFreeCtxt()
566 xmlFree(tmp_ptr); in xmlNanoHTTPRecv()
741 xmlFree(ctxt->contentType); in xmlNanoHTTPScanAnswer()
749 xmlFree(ctxt->mimeType); in xmlNanoHTTPScanAnswer()
759 xmlFree(ctxt->encoding); in xmlNanoHTTPScanAnswer()
774 xmlFree(ctxt->mimeType); in xmlNanoHTTPScanAnswer()
784 xmlFree(ctxt->encoding); in xmlNanoHTTPScanAnswer()
791 xmlFree(ctxt->location); in xmlNanoHTTPScanAnswer()
805 xmlFree(ctxt->authHeader); in xmlNanoHTTPScanAnswer()
811 xmlFree(ctxt->authHeader); in xmlNanoHTTPScanAnswer()
1380 if (redirURL != NULL) xmlFree(redirURL); in xmlNanoHTTPMethodRedir()
1387 if (redirURL != NULL) xmlFree(redirURL); in xmlNanoHTTPMethodRedir()
1400 if (redirURL != NULL) xmlFree(redirURL); in xmlNanoHTTPMethodRedir()
1520 xmlFree(p); in xmlNanoHTTPMethodRedir()
1528 xmlFree(p); in xmlNanoHTTPMethodRedir()
1541 xmlFree(redirURL); in xmlNanoHTTPMethodRedir()
1547 if (redirURL != NULL) xmlFree(redirURL); in xmlNanoHTTPMethodRedir()
1566 xmlFree(redirURL); in xmlNanoHTTPMethodRedir()
1641 xmlFree(*contentType); in xmlNanoHTTPFetch()
1867 if (contentType != NULL) xmlFree(contentType); in main()