Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmlparse.c415 unsigned scaffCount; member
5585 dtd->scaffCount = 0; in doProlog()
6872 p->scaffCount = 0; in dtdCreate()
6914 p->scaffCount = 0; in dtdReset()
7591 if (dtd->scaffCount >= dtd->scaffSize) { in nextScaffoldPart()
7622 next = dtd->scaffCount++; in nextScaffoldPart()
7654 if (dtd->scaffCount > (size_t)(-1) / sizeof(XML_Content)) { in build_model()
7661 if (dtd->scaffCount * sizeof(XML_Content) in build_model()
7666 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
7723 XML_Content *const destLimit = &ret[dtd->scaffCount]; in build_model()
[all …]