Searched refs:htmlCtxtReset (Results 1 – 3 of 3) sorted by relevance
189 htmlCtxtReset (htmlParserCtxtPtr ctxt);
5843 htmlCtxtReset(htmlParserCtxtPtr ctxt) in htmlCtxtReset() function6208 htmlCtxtReset(ctxt); in htmlCtxtReadDoc()6241 htmlCtxtReset(ctxt); in htmlCtxtReadFile()6277 htmlCtxtReset(ctxt); in htmlCtxtReadMemory()6319 htmlCtxtReset(ctxt); in htmlCtxtReadFd()6363 htmlCtxtReset(ctxt); in htmlCtxtReadIO()
222 #undef htmlCtxtReset223 extern __typeof (htmlCtxtReset) htmlCtxtReset __attribute((alias("htmlCtxtReset__internal_alias")));225 #ifndef htmlCtxtReset226 extern __typeof (htmlCtxtReset) htmlCtxtReset__internal_alias __attribute((visibility("hidden")));227 #define htmlCtxtReset htmlCtxtReset__internal_alias macro