Searched refs:poolInit (Results 1 – 1 of 1) sorted by relevance
412 poolInit(STRING_POOL *, const XML_Memory_Handling_Suite *ms);818 poolInit(&tempPool, &(parser->m_mem)); in parserCreate()819 poolInit(&temp2Pool, &(parser->m_mem)); in parserCreate()5666 poolInit(&(p->pool), ms); in dtdCreate()5667 poolInit(&(p->entityValuePool), ms); in dtdCreate()6113 poolInit(STRING_POOL *pool, const XML_Memory_Handling_Suite *ms) in poolInit() function