Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c585 static void FASTCALL poolDestroy(STRING_POOL *pool);
1992 poolDestroy(&parser->m_tempPool);
1993 poolDestroy(&parser->m_temp2Pool);
7615 poolDestroy(&(p->pool));
7616 poolDestroy(&(p->entityValuePool));
8022 poolDestroy(STRING_POOL *pool) { function