Searched refs:numchildren (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/expat/files/lib/
H A Dexpat.h120 numchildren will contain number of elements that may be mixed in
125 the numchildren field will be zero and children will be NULL. The
129 numchildren and children will point, recursively, to an array
141 unsigned int numchildren; member in struct:XML_cp
H A Dxmlparse.c4580 content->numchildren = 0;
6341 dest->numchildren = 0;
6347 dest->numchildren = dtd->scaffold[src_node].childcnt;
6349 *contpos += dest->numchildren;
6351 i < dest->numchildren;
/external/expat/lib/
H A Dexpat.h120 numchildren will contain number of elements that may be mixed in
125 the numchildren field will be zero and children will be NULL. The
129 numchildren and children will point, recursively, to an array
141 unsigned int numchildren; member in struct:XML_cp
H A Dxmlparse.c4580 content->numchildren = 0;
6341 dest->numchildren = 0;
6347 dest->numchildren = dtd->scaffold[src_node].childcnt;
6349 *contpos += dest->numchildren;
6351 i < dest->numchildren;

Completed in 71 milliseconds