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);
1872 poolDestroy(&parser->m_tempPool);
1873 poolDestroy(&parser->m_temp2Pool);
7542 poolDestroy(&(p->pool));
7543 poolDestroy(&(p->entityValuePool));
7962 poolDestroy(STRING_POOL *pool) { function