Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
Dxmlparse.c643 #define tempPool (parser->m_tempPool) macro
776 poolInit(&tempPool, &(parser->m_mem)); in parserCreate()
803 ? poolCopyString(&tempPool, encodingName) in parserInit()
910 poolClear(&tempPool); in XML_ParserReset()
929 protocolEncodingName = poolCopyString(&tempPool, encodingName); in XML_SetEncoding()
1119 poolDestroy(&tempPool); in XML_ParserFree()
2291 poolDiscard(&tempPool); in doContent()
2363 poolClear(&tempPool); in doContent()
2375 name.str = poolStoreString(&tempPool, enc, rawName, in doContent()
2379 poolFinish(&tempPool); in doContent()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmlparse.c643 #define tempPool (parser->m_tempPool) macro
776 poolInit(&tempPool, &(parser->m_mem)); in parserCreate()
803 ? poolCopyString(&tempPool, encodingName) in parserInit()
910 poolClear(&tempPool); in XML_ParserReset()
929 protocolEncodingName = poolCopyString(&tempPool, encodingName); in XML_SetEncoding()
1119 poolDestroy(&tempPool); in XML_ParserFree()
2291 poolDiscard(&tempPool); in doContent()
2363 poolClear(&tempPool); in doContent()
2375 name.str = poolStoreString(&tempPool, enc, rawName, in doContent()
2379 poolFinish(&tempPool); in doContent()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()
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 …]