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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h137 * xmlNotation:
142 typedef struct _xmlNotation xmlNotation; typedef in typeref:struct:_xmlNotation
143 typedef xmlNotation *xmlNotationPtr;
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dvalid.c2409 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
2414 memset(ret, 0, sizeof(xmlNotation));
2465 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));

Completed in 52 milliseconds