Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/expat/lib/
Dxmlparse.c662 #define tempPool (parser->m_tempPool) macro
852 poolInit(&tempPool, &(parser->m_mem)); in parserCreate()
879 ? poolCopyString(&tempPool, encodingName) in parserInit()
987 poolClear(&tempPool); in XML_ParserReset()
1006 protocolEncodingName = poolCopyString(&tempPool, encodingName); in XML_SetEncoding()
1203 poolDestroy(&tempPool); in XML_ParserFree()
2424 poolDiscard(&tempPool); in doContent()
2496 poolClear(&tempPool); in doContent()
2508 name.str = poolStoreString(&tempPool, enc, rawName, in doContent()
2512 poolFinish(&tempPool); in doContent()
[all …]