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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c210 int lastchild; member in struct:__anon11777
6309 if (parent->lastchild) {
6310 dtd->scaffold[parent->lastchild].nextsib = next;
6314 parent->lastchild = next;
6317 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0;
/external/expat/lib/
H A Dxmlparse.c210 int lastchild; member in struct:__anon21361
6309 if (parent->lastchild) {
6310 dtd->scaffold[parent->lastchild].nextsib = next;
6314 parent->lastchild = next;
6317 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0;

Completed in 712 milliseconds