Searched refs:tempPool (Results 1 – 1 of 1) sorted by relevance
655 #define tempPool (parser->m_tempPool) macro818 poolInit(&tempPool, &(parser->m_mem)); in parserCreate()845 ? poolCopyString(&tempPool, encodingName) in parserInit()953 poolClear(&tempPool); in XML_ParserReset()972 protocolEncodingName = poolCopyString(&tempPool, encodingName); in XML_SetEncoding()1169 poolDestroy(&tempPool); in XML_ParserFree()2375 poolDiscard(&tempPool); in doContent()2447 poolClear(&tempPool); in doContent()2459 name.str = poolStoreString(&tempPool, enc, rawName, in doContent()2463 poolFinish(&tempPool); in doContent()[all …]