Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
DHTMLparser.in.h96 const char** attrs_opt; /* Optional Attributes */ member
DHTMLparser.c6563 if ( elt->attrs_opt ) in htmlAttrAllowed()
6564 for ( p = elt->attrs_opt; *p; ++p) in htmlAttrAllowed()
/third_party/libxml2/include/libxml/
DHTMLparser.h67 const char** attrs_opt; /* Optional Attributes */ member
/third_party/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle88 d attrs_opt * const char * *
/third_party/libxml2/
DHTMLparser.c6646 if ( elt->attrs_opt ) in htmlAttrAllowed()
6647 for ( p = elt->attrs_opt; *p; ++p) in htmlAttrAllowed()