Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c533 static void FASTCALL poolDestroy(STRING_POOL *);
1466 poolDestroy(&parser->m_tempPool); in XML_ParserFree()
1467 poolDestroy(&parser->m_temp2Pool); in XML_ParserFree()
6654 poolDestroy(&(p->pool)); in dtdDestroy()
6655 poolDestroy(&(p->entityValuePool)); in dtdDestroy()
7052 poolDestroy(STRING_POOL *pool) { in poolDestroy() function