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()2386 poolDiscard(&tempPool); in doContent()2458 poolClear(&tempPool); in doContent()2470 name.str = poolStoreString(&tempPool, enc, rawName, in doContent()2474 poolFinish(&tempPool); in doContent()[all …]