Searched defs:scaffCount (Results 1 - 3 of 3) sorted by relevance

/external/expat/lib/
H A Dxmlparse.c366 unsigned scaffCount; member in struct:__anon7021
5133 dtd->scaffCount = 0;
6335 p->scaffCount = 0;
6378 p->scaffCount = 0;
7056 if (dtd->scaffCount >= dtd->scaffSize) {
7074 next = dtd->scaffCount++;
7135 int allocsize = (dtd->scaffCount * sizeof(XML_Content)
7142 str = (XML_Char *) (&ret[dtd->scaffCount]);
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c286 unsigned scaffCount; member in struct:__anon19480
4581 dtd->scaffCount = 0;
5686 p->scaffCount = 0;
5729 p->scaffCount = 0;
6305 if (dtd->scaffCount >= dtd->scaffSize) {
6323 next = dtd->scaffCount++;
6384 int allocsize = (dtd->scaffCount * sizeof(XML_Content)
6391 str = (XML_Char *) (&ret[dtd->scaffCount]);
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c286 unsigned scaffCount; member in struct:__anon20106
4581 dtd->scaffCount = 0;
5686 p->scaffCount = 0;
5729 p->scaffCount = 0;
6305 if (dtd->scaffCount >= dtd->scaffSize) {
6323 next = dtd->scaffCount++;
6384 int allocsize = (dtd->scaffCount * sizeof(XML_Content)
6391 str = (XML_Char *) (&ret[dtd->scaffCount]);

Completed in 106 milliseconds