Searched refs:htmlElemDesc (Results 1 – 3 of 3) sorted by relevance
41 typedef struct _htmlElemDesc htmlElemDesc; typedef42 typedef htmlElemDesc *htmlElemDescPtr;86 XMLPUBFUN const htmlElemDesc * XMLCALL 269 XMLPUBFUN htmlStatus XMLCALL htmlAttrAllowed(const htmlElemDesc*, const xmlChar*, int) ;270 XMLPUBFUN int XMLCALL htmlElementAllowedHere(const htmlElemDesc*, const xmlChar*) ;271 XMLPUBFUN htmlStatus XMLCALL htmlElementStatusHere(const htmlElemDesc*, const htmlElemDesc*) ;
765 static const htmlElemDesc1213 const htmlElemDesc *1294 const htmlElemDesc *info; in htmlAutoCloseOnClose()4147 const htmlElemDesc * info; in htmlParseElement()4296 const htmlElemDesc * info; in htmlParseElementInternal()5469 const htmlElemDesc * info; in htmlParseTryOrFinish()6278 htmlElementAllowedHere(const htmlElemDesc* parent, const xmlChar* elt) { in htmlElementAllowedHere()6301 htmlElementStatusHere(const htmlElemDesc* parent, const htmlElemDesc* elt) { in htmlElementStatusHere()6321 htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) { in htmlAttrAllowed()
778 const htmlElemDesc * info; in htmlNodeDumpFormatOutput()