Home
last modified time | relevance | path

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

/src/contrib/expat/lib/
H A Dxmlparse.c586 static void FASTCALL poolDestroy(STRING_POOL *pool);
1985 poolDestroy(&parser->m_tempPool);
1986 poolDestroy(&parser->m_temp2Pool);
7580 poolDestroy(&(p->pool));
7581 poolDestroy(&(p->entityValuePool));
7988 poolDestroy(STRING_POOL *pool) { function