Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c614 static void FASTCALL poolDestroy(STRING_POOL *pool);
1936 poolDestroy(&parser->m_tempPool);
1937 poolDestroy(&parser->m_temp2Pool);
7720 poolDestroy(&(p->pool));
7721 poolDestroy(&(p->entityValuePool));
8197 poolDestroy(STRING_POOL *pool) { function