Lines Matching refs:poolClear
413 static void FASTCALL poolClear(STRING_POOL *);
953 poolClear(&tempPool); in XML_ParserReset()
954 poolClear(&temp2Pool); in XML_ParserReset()
2458 poolClear(&tempPool); in doContent()
2491 poolClear(&tempPool); in doContent()
3507 poolClear(&temp2Pool); in processXmlDecl()
3515 poolClear(&temp2Pool); in processXmlDecl()
3879 poolClear(&tempPool); in doProlog()
3943 poolClear(&tempPool); in doProlog()
4114 poolClear(&tempPool); in doProlog()
4152 poolClear(&tempPool); in doProlog()
4393 poolClear(&tempPool); in doProlog()
4405 poolClear(&tempPool); in doProlog()
5314 poolClear(&tempPool); in reportProcessingInstruction()
5336 poolClear(&tempPool); in reportComment()
5713 poolClear(&(p->pool)); in dtdReset()
5714 poolClear(&(p->entityValuePool)); in dtdReset()
6124 poolClear(STRING_POOL *pool) in poolClear() function