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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c286 unsigned scaffCount; member in struct:__anon11782
4565 dtd->scaffCount = 0;
5668 p->scaffCount = 0;
5711 p->scaffCount = 0;
6287 if (dtd->scaffCount >= dtd->scaffSize) {
6305 next = dtd->scaffCount++;
6366 int allocsize = (dtd->scaffCount * sizeof(XML_Content)
6373 str = (XML_Char *) (&ret[dtd->scaffCount]);
/external/expat/lib/
H A Dxmlparse.c286 unsigned scaffCount; member in struct:__anon21366
4565 dtd->scaffCount = 0;
5668 p->scaffCount = 0;
5711 p->scaffCount = 0;
6287 if (dtd->scaffCount >= dtd->scaffSize) {
6305 next = dtd->scaffCount++;
6366 int allocsize = (dtd->scaffCount * sizeof(XML_Content)
6373 str = (XML_Char *) (&ret[dtd->scaffCount]);

Completed in 166 milliseconds