Lines Matching refs:temp2Pool
663 #define temp2Pool (parser->m_temp2Pool) macro
853 poolInit(&temp2Pool, &(parser->m_mem)); in parserCreate()
988 poolClear(&temp2Pool); in XML_ParserReset()
1204 poolDestroy(&temp2Pool); in XML_ParserFree()
3506 storedEncName = poolStoreString(&temp2Pool, in processXmlDecl()
3513 poolFinish(&temp2Pool); in processXmlDecl()
3516 storedversion = poolStoreString(&temp2Pool, in processXmlDecl()
3539 &temp2Pool, encoding, encodingName, in processXmlDecl()
3545 poolClear(&temp2Pool); in processXmlDecl()
3553 poolClear(&temp2Pool); in processXmlDecl()
5061 name = poolStoreString(&temp2Pool, enc, in appendAttributeValue()
5067 poolDiscard(&temp2Pool); in appendAttributeValue()