Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dcatalog.c3003 xmlCatalogEntryType cattype; in xmlACatalogAdd() local
3005 cattype = xmlGetSGMLCatalogEntryType(type); in xmlACatalogAdd()
3006 if (cattype != XML_CATA_NONE) { in xmlACatalogAdd()
3009 entry = xmlNewCatalogEntry(cattype, orig, replace, NULL, in xmlACatalogAdd()
/third_party/libxml2/
Dcatalog.c2975 xmlCatalogEntryType cattype; in xmlACatalogAdd() local
2977 cattype = xmlGetSGMLCatalogEntryType(type); in xmlACatalogAdd()
2978 if (cattype != XML_CATA_NONE) { in xmlACatalogAdd()
2981 entry = xmlNewCatalogEntry(cattype, orig, replace, NULL, in xmlACatalogAdd()