Lines Matching refs:temp2Pool
656 #define temp2Pool (parser->m_temp2Pool) macro
819 poolInit(&temp2Pool, &(parser->m_mem)); in parserCreate()
954 poolClear(&temp2Pool); in XML_ParserReset()
1170 poolDestroy(&temp2Pool); in XML_ParserFree()
3455 storedEncName = poolStoreString(&temp2Pool, in processXmlDecl()
3462 poolFinish(&temp2Pool); in processXmlDecl()
3465 storedversion = poolStoreString(&temp2Pool, in processXmlDecl()
3488 &temp2Pool, encoding, encodingName, in processXmlDecl()
3494 poolClear(&temp2Pool); in processXmlDecl()
3502 poolClear(&temp2Pool); in processXmlDecl()
5010 name = poolStoreString(&temp2Pool, enc, in appendAttributeValue()
5016 poolDiscard(&temp2Pool); in appendAttributeValue()