HomeSort by relevance Sort by last modified time
    Searched refs:uriValue (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
catalog.c 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);
    [all...]
  /external/webkit/WebCore/css/
CSSParser.cpp     [all...]

Completed in 74 milliseconds