Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c268 STRING_POOL entityValuePool; member
4166 declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
4167 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
4168 poolFinish(&dtd->entityValuePool); in doProlog()
4181 poolDiscard(&dtd->entityValuePool); in doProlog()
5110 STRING_POOL *pool = &(dtd->entityValuePool); in storeEntityValue()
5669 poolInit(&(p->entityValuePool), ms); in dtdCreate()
5716 poolClear(&(p->entityValuePool)); in dtdReset()
5757 poolDestroy(&(p->entityValuePool)); in dtdDestroy()
/external/expat/lib/
Dxmlparse.c276 STRING_POOL entityValuePool; member
4202 declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
4203 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
4204 poolFinish(&dtd->entityValuePool); in doProlog()
4217 poolDiscard(&dtd->entityValuePool); in doProlog()
5146 STRING_POOL *pool = &(dtd->entityValuePool); in storeEntityValue()
5706 poolInit(&(p->entityValuePool), ms); in dtdCreate()
5753 poolClear(&(p->entityValuePool)); in dtdReset()
5794 poolDestroy(&(p->entityValuePool)); in dtdDestroy()