Searched refs:poolInit (Results 1 – 1 of 1) sorted by relevance
419 poolInit(STRING_POOL *, const XML_Memory_Handling_Suite *ms);852 poolInit(&tempPool, &(parser->m_mem)); in parserCreate()853 poolInit(&temp2Pool, &(parser->m_mem)); in parserCreate()5704 poolInit(&(p->pool), ms); in dtdCreate()5705 poolInit(&(p->entityValuePool), ms); in dtdCreate()6151 poolInit(STRING_POOL *pool, const XML_Memory_Handling_Suite *ms) in poolInit() function