Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c399 STRING_POOL entityValuePool; member
5257 parser->m_declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
5259 = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
5260 poolFinish(&dtd->entityValuePool); in doProlog()
5270 poolDiscard(&dtd->entityValuePool); in doProlog()
6402 STRING_POOL *pool = &(dtd->entityValuePool); in storeEntityValue()
6658 STRING_POOL *const pool = &(parser->m_dtd->entityValuePool); in storeSelfEntityValue()
7130 poolInit(&(p->entityValuePool), ms); in dtdCreate()
7176 poolClear(&(p->entityValuePool)); in dtdReset()
7216 poolDestroy(&(p->entityValuePool)); in dtdDestroy()