Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmlparse.c626 #define poolLength(pool) ((pool)->ptr - (pool)->start) macro
5121 = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
5982 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
6029 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
6055 if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
6392 entity->textLen = (int)(poolLength(pool)); in storeSelfEntityValue()
6788 if (poolLength(&parser->m_tempPool) == 0) in setContext()