Searched refs:attrs_opt (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A DHTMLparser.h67 const char** attrs_opt; /* Optional Attributes */ member in struct:_htmlElemDesc
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DHTMLparser.h67 const char** attrs_opt; /* Optional Attributes */ member in struct:_htmlElemDesc
/macosx-10.10/libxml2-26/libxml2/
H A DHTMLparser.c6446 if ( elt->attrs_opt )
6447 for ( p = elt->attrs_opt; *p; ++p)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DHTMLparser.c6327 if ( elt->attrs_opt )
6328 for ( p = elt->attrs_opt; *p; ++p)

Completed in 235 milliseconds