Home
last modified time | relevance | path

Searched refs:attrs_depr (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h68 const char** attrs_depr; /* Additional deprecated attributes */ member
/external/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle89 d attrs_depr * const char * *
/external/libxml2/
DHTMLparser.c6539 if ( legacy && elt->attrs_depr ) in htmlAttrAllowed()
6540 for ( p = elt->attrs_depr; *p; ++p) in htmlAttrAllowed()