Lines Matching refs:temp2Pool
664 #define temp2Pool (parser->m_temp2Pool) macro
854 poolInit(&temp2Pool, &(parser->m_mem)); in parserCreate()
989 poolClear(&temp2Pool); in XML_ParserReset()
1205 poolDestroy(&temp2Pool); in XML_ParserFree()
3507 storedEncName = poolStoreString(&temp2Pool, in processXmlDecl()
3514 poolFinish(&temp2Pool); in processXmlDecl()
3517 storedversion = poolStoreString(&temp2Pool, in processXmlDecl()
3540 &temp2Pool, encoding, encodingName, in processXmlDecl()
3546 poolClear(&temp2Pool); in processXmlDecl()
3554 poolClear(&temp2Pool); in processXmlDecl()
5062 name = poolStoreString(&temp2Pool, enc, in appendAttributeValue()
5068 poolDiscard(&temp2Pool); in appendAttributeValue()