Home
last modified time | relevance | path

Searched refs:tempPool (Results 1 – 1 of 1) sorted by relevance

/external/expat/lib/
Dxmlparse.c655 #define tempPool (parser->m_tempPool) macro
818 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 …]