Lines Matching refs:temp2Pool
644 #define temp2Pool (parser->m_temp2Pool) macro
779 poolInit(&temp2Pool, &(parser->m_mem)); in parserCreate()
913 poolClear(&temp2Pool); in XML_ParserReset()
1122 poolDestroy(&temp2Pool); in XML_ParserFree()
3351 storedEncName = poolStoreString(&temp2Pool, in processXmlDecl()
3358 poolFinish(&temp2Pool); in processXmlDecl()
3361 storedversion = poolStoreString(&temp2Pool, in processXmlDecl()
3384 &temp2Pool, encoding, encodingName, in processXmlDecl()
3390 poolClear(&temp2Pool); in processXmlDecl()
3398 poolClear(&temp2Pool); in processXmlDecl()
4898 name = poolStoreString(&temp2Pool, enc, in appendAttributeValue()
4904 poolDiscard(&temp2Pool); in appendAttributeValue()