Searched refs:poolDestroy (Results 1 – 1 of 1) sorted by relevance
586 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