Searched refs:poolInit (Results 1 – 1 of 1) sorted by relevance
409 poolInit(STRING_POOL *, const XML_Memory_Handling_Suite *ms);778 poolInit(&tempPool, &(parser->m_mem)); in parserCreate()779 poolInit(&temp2Pool, &(parser->m_mem)); in parserCreate()5538 poolInit(&(p->pool), ms); in dtdCreate()5539 poolInit(&(p->entityValuePool), ms); in dtdCreate()5982 poolInit(STRING_POOL *pool, const XML_Memory_Handling_Suite *ms) in poolInit() function