Searched refs:htmlCtxtReset (Results 1 – 3 of 3) sorted by relevance
192 htmlCtxtReset (htmlParserCtxtPtr ctxt);
6403 htmlCtxtReset(htmlParserCtxtPtr ctxt) in htmlCtxtReset() function6781 htmlCtxtReset(ctxt); in htmlCtxtReadDoc()6814 htmlCtxtReset(ctxt); in htmlCtxtReadFile()6850 htmlCtxtReset(ctxt); in htmlCtxtReadMemory()6892 htmlCtxtReset(ctxt); in htmlCtxtReadFd()6936 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