Lines Matching refs:xmlURIPtr
21 static void xmlCleanURI(xmlURIPtr uri);
177 xmlParse3986Scheme(xmlURIPtr uri, const char **str) {
213 xmlParse3986Fragment(xmlURIPtr uri, const char **str)
250 xmlParse3986Query(xmlURIPtr uri, const char **str)
294 xmlParse3986Port(xmlURIPtr uri, const char **str)
325 xmlParse3986Userinfo(xmlURIPtr uri, const char **str)
400 xmlParse3986Host(xmlURIPtr uri, const char **str)
476 xmlParse3986Authority(xmlURIPtr uri, const char **str)
547 xmlParse3986PathAbEmpty(xmlURIPtr uri, const char **str)
583 xmlParse3986PathAbsolute(xmlURIPtr uri, const char **str)
625 xmlParse3986PathRootless(xmlURIPtr uri, const char **str)
663 xmlParse3986PathNoScheme(xmlURIPtr uri, const char **str)
704 xmlParse3986HierPart(xmlURIPtr uri, const char **str)
753 xmlParse3986RelativeRef(xmlURIPtr uri, const char *str) {
807 xmlParse3986URI(xmlURIPtr uri, const char *str) {
848 xmlParse3986URIReference(xmlURIPtr uri, const char *str) {
879 * Returns a newly built xmlURIPtr or NULL in case of error
881 xmlURIPtr
883 xmlURIPtr uri;
912 xmlParseURIReference(xmlURIPtr uri, const char *str) {
925 * Returns a newly built xmlURIPtr or NULL in case of error
927 xmlURIPtr
929 xmlURIPtr uri;
961 xmlURIPtr
963 xmlURIPtr ret;
965 ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI));
984 xmlSaveUri(xmlURIPtr uri) {
1388 xmlPrintURI(FILE *stream, xmlURIPtr uri) {
1405 xmlCleanURI(xmlURIPtr uri) {
1435 xmlFreeURI(xmlURIPtr uri) {
1806 xmlURIPtr uri;
1946 xmlURIPtr ref = NULL;
1947 xmlURIPtr bas = NULL;
1948 xmlURIPtr res = NULL;
2231 xmlURIPtr ref = NULL;
2232 xmlURIPtr bas = NULL;
2459 xmlURIPtr uri;
2578 xmlURIPtr uri;