Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmlparse.c397 STRING_POOL entityValuePool; member
5119 parser->m_declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
5121 = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
5122 poolFinish(&dtd->entityValuePool); in doProlog()
5132 poolDiscard(&dtd->entityValuePool); in doProlog()
6195 STRING_POOL *pool = &(dtd->entityValuePool); in storeEntityValue()
6383 STRING_POOL *const pool = &(parser->m_dtd->entityValuePool); in storeSelfEntityValue()
6855 poolInit(&(p->entityValuePool), ms); in dtdCreate()
6901 poolClear(&(p->entityValuePool)); in dtdReset()
6941 poolDestroy(&(p->entityValuePool)); in dtdDestroy()