Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c414 static void FASTCALL poolDestroy(STRING_POOL *);
1169 poolDestroy(&tempPool); in XML_ParserFree()
1170 poolDestroy(&temp2Pool); in XML_ParserFree()
5756 poolDestroy(&(p->pool)); in dtdDestroy()
5757 poolDestroy(&(p->entityValuePool)); in dtdDestroy()
6146 poolDestroy(STRING_POOL *pool) in poolDestroy() function
/external/expat/lib/
Dxmlparse.c422 static void FASTCALL poolDestroy(STRING_POOL *);
1204 poolDestroy(&tempPool); in XML_ParserFree()
1205 poolDestroy(&temp2Pool); in XML_ParserFree()
5793 poolDestroy(&(p->pool)); in dtdDestroy()
5794 poolDestroy(&(p->entityValuePool)); in dtdDestroy()
6183 poolDestroy(STRING_POOL *pool) in poolDestroy() function