Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c394 STRING_POOL entityValuePool; member
5116 parser->m_declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
5118 = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
5119 poolFinish(&dtd->entityValuePool); in doProlog()
5129 poolDiscard(&dtd->entityValuePool); in doProlog()
6192 STRING_POOL *pool = &(dtd->entityValuePool); in storeEntityValue()
6380 STRING_POOL *const pool = &(parser->m_dtd->entityValuePool); in storeSelfEntityValue()
6852 poolInit(&(p->entityValuePool), ms); in dtdCreate()
6898 poolClear(&(p->entityValuePool)); in dtdReset()
6938 poolDestroy(&(p->entityValuePool)); in dtdDestroy()