Searched defs:htmlCtxtUseOptions (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c5882 * htmlCtxtUseOptions:
5892 htmlCtxtUseOptions(htmlParserCtxtPtr ctxt, int options) function
5954 htmlCtxtUseOptions(ctxt, options);
H A Delfgcchack.h234 #undef htmlCtxtUseOptions macro
235 extern __typeof (htmlCtxtUseOptions) htmlCtxtUseOptions __attribute((alias("htmlCtxtUseOptions__internal_alias")));
237 #ifndef htmlCtxtUseOptions
238 extern __typeof (htmlCtxtUseOptions) htmlCtxtUseOptions__internal_alias __attribute((visibility("hidden")));
239 #define htmlCtxtUseOptions htmlCtxtUseOptions__internal_alias macro

Completed in 106 milliseconds