Searched refs:uriValue (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c1145 xmlChar *uriValue; local
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);
[all...]

Completed in 48 milliseconds