Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c663 #define tempPool (parser->m_tempPool) macro
853 poolInit(&tempPool, &(parser->m_mem)); in parserCreate()
880 ? poolCopyString(&tempPool, encodingName) in parserInit()
988 poolClear(&tempPool); in XML_ParserReset()
1007 protocolEncodingName = poolCopyString(&tempPool, encodingName); in XML_SetEncoding()
1204 poolDestroy(&tempPool); in XML_ParserFree()
2425 poolDiscard(&tempPool); in doContent()
2497 poolClear(&tempPool); in doContent()
2509 name.str = poolStoreString(&tempPool, enc, rawName, in doContent()
2513 poolFinish(&tempPool); in doContent()
[all …]