Lines Matching refs:poolClear
421 static void FASTCALL poolClear(STRING_POOL *);
988 poolClear(&tempPool); in XML_ParserReset()
989 poolClear(&temp2Pool); in XML_ParserReset()
2497 poolClear(&tempPool); in doContent()
2530 poolClear(&tempPool); in doContent()
3546 poolClear(&temp2Pool); in processXmlDecl()
3554 poolClear(&temp2Pool); in processXmlDecl()
3918 poolClear(&tempPool); in doProlog()
3982 poolClear(&tempPool); in doProlog()
4153 poolClear(&tempPool); in doProlog()
4191 poolClear(&tempPool); in doProlog()
4432 poolClear(&tempPool); in doProlog()
4444 poolClear(&tempPool); in doProlog()
5353 poolClear(&tempPool); in reportProcessingInstruction()
5375 poolClear(&tempPool); in reportComment()
5752 poolClear(&(p->pool)); in dtdReset()
5753 poolClear(&(p->entityValuePool)); in dtdReset()
6163 poolClear(STRING_POOL *pool) in poolClear() function