Home
last modified time | relevance | path

Searched refs:subelts (Results 1 – 5 of 5) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
DHTMLparser.in.h93 const char** subelts; /* allowed sub-elements of this element */ member
DHTMLparser.c6512 if ( ! elt || ! parent || ! parent->subelts ) in htmlElementAllowedHere()
6515 for ( p = parent->subelts; *p; ++p ) in htmlElementAllowedHere()
/third_party/libxml2/include/libxml/
DHTMLparser.h64 const char** subelts; /* allowed sub-elements of this element */ member
/third_party/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle86 d subelts * const char * *
/third_party/libxml2/
DHTMLparser.c6595 if ( ! elt || ! parent || ! parent->subelts ) in htmlElementAllowedHere()
6598 for ( p = parent->subelts; *p; ++p ) in htmlElementAllowedHere()