Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dxmlparse.c535 static void FASTCALL poolDestroy(STRING_POOL *);
1477 poolDestroy(&parser->m_tempPool); in XML_ParserFree()
1478 poolDestroy(&parser->m_temp2Pool); in XML_ParserFree()
6803 poolDestroy(&(p->pool)); in dtdDestroy()
6804 poolDestroy(&(p->entityValuePool)); in dtdDestroy()
7201 poolDestroy(STRING_POOL *pool) { in poolDestroy() function