Home | History | Annotate | Download | only in expat

Lines Matching refs:cn

6222     int cn;

6226 for (i = 0, cn = dtd->scaffold[src_node].firstchild;
6228 i++, cn = dtd->scaffold[cn].nextsib) {
6229 build_node(parser, cn, &(dest->children[i]), contpos, strpos);