Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/expat/lib/
H A Dxmlparse.c419 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