Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h191 htmlCtxtUseOptions (htmlParserCtxtPtr ctxt,
/external/libxml2/
Delfgcchack.h234 #undef htmlCtxtUseOptions
235 extern __typeof (htmlCtxtUseOptions) htmlCtxtUseOptions __attribute((alias("htmlCtxtUseOptions__int…
237 #ifndef htmlCtxtUseOptions
238 extern __typeof (htmlCtxtUseOptions) htmlCtxtUseOptions__internal_alias __attribute((visibility("hi…
239 #define htmlCtxtUseOptions htmlCtxtUseOptions__internal_alias macro
DHTMLparser.c5934 htmlCtxtUseOptions(htmlParserCtxtPtr ctxt, int options) in htmlCtxtUseOptions() function
5996 htmlCtxtUseOptions(ctxt, options); in htmlDoRead()