Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
DHTMLparser.in.h98 const char** attrs_req; /* Required attributes */ member
327 #define htmlRequiredAttrs(elt) (elt)->attrs_req
DHTMLparser.c6558 if ( elt->attrs_req ) in htmlAttrAllowed()
6559 for ( p = elt->attrs_req; *p; ++p) in htmlAttrAllowed()
/third_party/libxml2/include/libxml/
DHTMLparser.h69 const char** attrs_req; /* Required attributes */ member
298 #define htmlRequiredAttrs(elt) (elt)->attrs_req
/third_party/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle90 d attrs_req * const char * *
/third_party/libxml2/
DHTMLparser.c6641 if ( elt->attrs_req ) in htmlAttrAllowed()
6642 for ( p = elt->attrs_req; *p; ++p) in htmlAttrAllowed()