Home
last modified time | relevance | path

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

/mirbsd/src/lib/libexpat/lib/
Dxmlparse.c262 STRING_POOL entityValuePool; member
4016 declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
4017 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
4018 poolFinish(&dtd->entityValuePool); in doProlog()
4031 poolDiscard(&dtd->entityValuePool); in doProlog()
4959 STRING_POOL *pool = &(dtd->entityValuePool); in storeEntityValue()
5516 poolInit(&(p->entityValuePool), ms); in dtdCreate()
5563 poolClear(&(p->entityValuePool)); in dtdReset()
5604 poolDestroy(&(p->entityValuePool)); in dtdDestroy()