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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dcatalog.c1133 xmlChar *uriValue; local
1147 uriValue = xmlGetProp(cur, uriAttrName);
1148 if (uriValue == NULL) {
1156 if (uriValue != NULL)
1157 xmlFree(uriValue);
1162 URL = xmlBuildURI(uriValue, base);
1172 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
1175 "%s entry '%s' broken ?: %s\n", name, uriAttrName, uriValue);
1179 if (uriValue != NULL)
1180 xmlFree(uriValue);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dcatalog.c1133 xmlChar *uriValue; local
1147 uriValue = xmlGetProp(cur, uriAttrName);
1148 if (uriValue == NULL) {
1156 if (uriValue != NULL)
1157 xmlFree(uriValue);
1162 URL = xmlBuildURI(uriValue, base);
1172 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
1175 "%s entry '%s' broken ?: %s\n", name, uriAttrName, uriValue);
1179 if (uriValue != NULL)
1180 xmlFree(uriValue);
[all...]

Completed in 222 milliseconds