Home
last modified time | relevance | path

Searched refs:normid (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dcatalog.c278 xmlChar *normid = NULL; in xmlNewCatalogEntry() local
290 normid = xmlCatalogNormalizePublic(name); in xmlNewCatalogEntry()
291 if (normid != NULL) in xmlNewCatalogEntry()
292 name = (*normid != 0 ? normid : NULL); in xmlNewCatalogEntry()
298 if (normid != NULL) in xmlNewCatalogEntry()
299 xmlFree(normid); in xmlNewCatalogEntry()
2002 xmlChar *normid; in xmlCatalogListXMLResolve() local
2009 normid = xmlCatalogNormalizePublic(pubID); in xmlCatalogListXMLResolve()
2010 if (normid != NULL) in xmlCatalogListXMLResolve()
2011 pubID = (*normid != 0 ? normid : NULL); in xmlCatalogListXMLResolve()
[all …]
/external/chromium_org/third_party/libxml/src/
Dcatalog.c274 xmlChar *normid = NULL; in xmlNewCatalogEntry() local
286 normid = xmlCatalogNormalizePublic(name); in xmlNewCatalogEntry()
287 if (normid != NULL) in xmlNewCatalogEntry()
288 name = (*normid != 0 ? normid : NULL); in xmlNewCatalogEntry()
294 if (normid != NULL) in xmlNewCatalogEntry()
295 xmlFree(normid); in xmlNewCatalogEntry()
2006 xmlChar *normid; in xmlCatalogListXMLResolve() local
2013 normid = xmlCatalogNormalizePublic(pubID); in xmlCatalogListXMLResolve()
2014 if (normid != NULL) in xmlCatalogListXMLResolve()
2015 pubID = (*normid != 0 ? normid : NULL); in xmlCatalogListXMLResolve()
[all …]