Searched defs:lastchild (Results 1 - 4 of 4) sorted by relevance

/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
H A DXMLElement.java50 private XMLElement lastchild; field in class:XMLElement
65 this.lastchild = null;
101 if (lastchild != null) {
102 lastchild.close();
105 lastchild = child;
217 if (lastchild != null) {
218 lastchild.close();
247 if (lastchild != null) {
248 lastchild.close();
/external/expat/lib/
H A Dxmlparse.c290 int lastchild; member in struct:__anon7016
7078 if (parent->lastchild) {
7079 dtd->scaffold[parent->lastchild].nextsib = next;
7083 parent->lastchild = next;
7086 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0;
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c210 int lastchild; member in struct:__anon19475
6327 if (parent->lastchild) {
6328 dtd->scaffold[parent->lastchild].nextsib = next;
6332 parent->lastchild = next;
6335 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0;
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c210 int lastchild; member in struct:__anon20101
6327 if (parent->lastchild) {
6328 dtd->scaffold[parent->lastchild].nextsib = next;
6332 parent->lastchild = next;
6335 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0;

Completed in 187 milliseconds