Home | History | Annotate | Download | only in libxml2

Lines Matching refs:uriValue

1145     xmlChar *uriValue;
1159 uriValue = xmlGetProp(cur, uriAttrName);
1160 if (uriValue == NULL) {
1168 if (uriValue != NULL)
1169 xmlFree(uriValue);
1174 URL = xmlBuildURI(uriValue, base);
1184 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
1187 "%s entry '%s' broken ?: %s\n", name, uriAttrName, uriValue);
1191 if (uriValue != NULL)
1192 xmlFree(uriValue);