Lines Matching refs:authority
448 if (uri->authority != NULL) xmlFree(uri->authority); in xmlParse3986Host()
449 uri->authority = NULL; in xmlParse3986Host()
1145 } else if (uri->authority != NULL) { in xmlSaveUri()
1160 p = uri->authority; in xmlSaveUri()
1420 if (uri->authority != NULL) xmlFree(uri->authority); in xmlCleanURI()
1421 uri->authority = NULL; in xmlCleanURI()
1444 if (uri->authority != NULL) xmlFree(uri->authority); in xmlFreeURI()
1844 if (uri->authority) { in xmlURIEscape()
1846 xmlURIEscapeStr(BAD_CAST uri->authority, BAD_CAST "/?;:@"); in xmlURIEscape()
2020 ((ref->authority == NULL) && (ref->server == NULL))) { in xmlBuildURI()
2023 if (bas->authority != NULL) in xmlBuildURI()
2024 res->authority = xmlMemStrdup(bas->authority); in xmlBuildURI()
2073 if ((ref->authority != NULL) || (ref->server != NULL)) { in xmlBuildURI()
2074 if (ref->authority != NULL) in xmlBuildURI()
2075 res->authority = xmlMemStrdup(ref->authority); in xmlBuildURI()
2086 if (bas->authority != NULL) in xmlBuildURI()
2087 res->authority = xmlMemStrdup(bas->authority); in xmlBuildURI()