Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c397 unsigned scaffCount; member
5424 dtd->scaffCount = 0; in doProlog()
6703 p->scaffCount = 0; in dtdCreate()
6745 p->scaffCount = 0; in dtdReset()
7422 if (dtd->scaffCount >= dtd->scaffSize) { in nextScaffoldPart()
7453 next = dtd->scaffCount++; in nextScaffoldPart()
7485 if (dtd->scaffCount > (size_t)(-1) / sizeof(XML_Content)) { in build_model()
7492 if (dtd->scaffCount * sizeof(XML_Content) in build_model()
7497 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
7534 XML_Content *const destLimit = &ret[dtd->scaffCount]; in build_model()
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c390 unsigned scaffCount; member
5473 dtd->scaffCount = 0; in doProlog()
6735 p->scaffCount = 0; in dtdCreate()
6777 p->scaffCount = 0; in dtdReset()
7435 if (dtd->scaffCount >= dtd->scaffSize) { in nextScaffoldPart()
7466 next = dtd->scaffCount++; in nextScaffoldPart()
7498 if (dtd->scaffCount > (size_t)(-1) / sizeof(XML_Content)) { in build_model()
7505 if (dtd->scaffCount * sizeof(XML_Content) in build_model()
7510 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
7567 XML_Content *const destLimit = &ret[dtd->scaffCount]; in build_model()
[all...]

Completed in 27 milliseconds