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

/external/libxml2/
H A Dcatalog.c274 xmlChar *normid = NULL; local
286 normid = xmlCatalogNormalizePublic(name);
287 if (normid != NULL)
288 name = (*normid != 0 ? normid : NULL);
294 if (normid != NULL)
295 xmlFree(normid);
2003 xmlChar *normid; local
2010 normid = xmlCatalogNormalizePublic(pubID);
2011 if (normid !
2424 xmlChar *normid; local
2543 xmlChar *normid; local
[all...]

Completed in 83 milliseconds