Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/expat/lib/
Dxmlparse.c421 static void FASTCALL poolDestroy(STRING_POOL *);
1203 poolDestroy(&tempPool); in XML_ParserFree()
1204 poolDestroy(&temp2Pool); in XML_ParserFree()
5792 poolDestroy(&(p->pool)); in dtdDestroy()
5793 poolDestroy(&(p->entityValuePool)); in dtdDestroy()
6182 poolDestroy(STRING_POOL *pool) in poolDestroy() function