Lines Matching refs:xmlFree
222 if (uri->scheme != NULL) xmlFree(uri->scheme); in xmlParse3986Scheme()
260 xmlFree(uri->fragment); in xmlParse3986Fragment()
296 xmlFree(uri->query); in xmlParse3986Query()
306 xmlFree (uri->query_raw); in xmlParse3986Query()
368 if (uri->user != NULL) xmlFree(uri->user); in xmlParse3986Userinfo()
481 if (uri->authority != NULL) xmlFree(uri->authority); in xmlParse3986Host()
483 if (uri->server != NULL) xmlFree(uri->server); in xmlParse3986Host()
593 if (uri->path != NULL) xmlFree(uri->path); in xmlParse3986PathAbEmpty()
639 if (uri->path != NULL) xmlFree(uri->path); in xmlParse3986PathAbsolute()
681 if (uri->path != NULL) xmlFree(uri->path); in xmlParse3986PathRootless()
723 if (uri->path != NULL) xmlFree(uri->path); in xmlParse3986PathNoScheme()
779 if (uri->path != NULL) xmlFree(uri->path); in xmlParse3986HierPart()
822 if (uri->path != NULL) xmlFree(uri->path); in xmlParse3986RelativeRef()
1321 xmlFree(ret); in xmlSaveUri()
1339 xmlFree(out); in xmlPrintURI()
1353 if (uri->scheme != NULL) xmlFree(uri->scheme); in xmlCleanURI()
1355 if (uri->server != NULL) xmlFree(uri->server); in xmlCleanURI()
1357 if (uri->user != NULL) xmlFree(uri->user); in xmlCleanURI()
1359 if (uri->path != NULL) xmlFree(uri->path); in xmlCleanURI()
1361 if (uri->fragment != NULL) xmlFree(uri->fragment); in xmlCleanURI()
1363 if (uri->opaque != NULL) xmlFree(uri->opaque); in xmlCleanURI()
1365 if (uri->authority != NULL) xmlFree(uri->authority); in xmlCleanURI()
1367 if (uri->query != NULL) xmlFree(uri->query); in xmlCleanURI()
1369 if (uri->query_raw != NULL) xmlFree(uri->query_raw); in xmlCleanURI()
1383 if (uri->scheme != NULL) xmlFree(uri->scheme); in xmlFreeURI()
1384 if (uri->server != NULL) xmlFree(uri->server); in xmlFreeURI()
1385 if (uri->user != NULL) xmlFree(uri->user); in xmlFreeURI()
1386 if (uri->path != NULL) xmlFree(uri->path); in xmlFreeURI()
1387 if (uri->fragment != NULL) xmlFree(uri->fragment); in xmlFreeURI()
1388 if (uri->opaque != NULL) xmlFree(uri->opaque); in xmlFreeURI()
1389 if (uri->authority != NULL) xmlFree(uri->authority); in xmlFreeURI()
1390 if (uri->query != NULL) xmlFree(uri->query); in xmlFreeURI()
1391 if (uri->query_raw != NULL) xmlFree(uri->query_raw); in xmlFreeURI()
1392 xmlFree(uri); in xmlFreeURI()
1697 xmlFree(ret); in xmlURIEscapeStr()
1781 xmlFree(segment); in xmlURIEscape()
1790 xmlFree(segment); in xmlURIEscape()
1799 xmlFree(segment); in xmlURIEscape()
1808 xmlFree(segment); in xmlURIEscape()
1824 xmlFree(segment); in xmlURIEscape()
1837 xmlFree(segment); in xmlURIEscape()
1844 xmlFree(segment); in xmlURIEscape()
1852 xmlFree(segment); in xmlURIEscape()
1937 xmlFree(bas->fragment); in xmlBuildURI()
2353 xmlFree(vptr); in xmlBuildRelativeURI()
2564 xmlFree(cal); in xmlPathToURI()