Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
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()
2389 poolDiscard(&tempPool); in doContent()
2461 poolClear(&tempPool); in doContent()
2473 name.str = poolStoreString(&tempPool, enc, rawName, in doContent()
2477 poolFinish(&tempPool); in doContent()
[all …]
/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 …]