Searched defs:normid (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dcatalog.c278 xmlChar *normid = NULL; local
290 normid = xmlCatalogNormalizePublic(name);
291 if (normid != NULL)
292 name = (*normid != 0 ? normid : NULL);
298 if (normid != NULL)
299 xmlFree(normid);
2007 xmlChar *normid; local
2014 normid = xmlCatalogNormalizePublic(pubID);
2015 if (normid !
2428 xmlChar *normid; local
2547 xmlChar *normid; local
[all...]

Completed in 61 milliseconds