Lines Matching refs:scaffold
387 CONTENT_SCAFFOLD *scaffold;
5341 dtd->scaffold[myindex].type = XML_CTYPE_SEQ;
5358 && (dtd->scaffold[dtd->scaffIndex[dtd->scaffLevel - 1]].type
5360 dtd->scaffold[dtd->scaffIndex[dtd->scaffLevel - 1]].type
5504 dtd->scaffold[dtd->scaffIndex[dtd->scaffLevel - 1]].type
5532 dtd->scaffold[myindex].type = XML_CTYPE_NAME;
5533 dtd->scaffold[myindex].quant = quant;
5538 dtd->scaffold[myindex].name = name;
5570 dtd->scaffold[dtd->scaffIndex[dtd->scaffLevel]].quant = quant;
6732 p->scaffold = NULL;
6772 ms->free_fcn(p->scaffold);
6773 p->scaffold = NULL;
6807 ms->free_fcn(p->scaffold);
6932 newDtd->scaffold = oldDtd->scaffold;
7437 if (dtd->scaffold) {
7453 parser, dtd->scaffold, dtd->scaffSize * 2 * sizeof(CONTENT_SCAFFOLD));
7464 dtd->scaffold = temp;
7467 me = &dtd->scaffold[next];
7470 = &dtd->scaffold[dtd->scaffIndex[dtd->scaffLevel - 1]];
7472 dtd->scaffold[parent->lastchild].nextsib = next;
7485 /* Function build_model transforms the existing parser->m_dtd->scaffold
7532 * to array dtd->scaffold) in field "numchildren".
7536 * at that time) and puts the real data from dtd->scaffold in.
7579 dest->type = dtd->scaffold[src_node].type;
7580 dest->quant = dtd->scaffold[src_node].quant;
7584 src = dtd->scaffold[src_node].name;
7597 dest->numchildren = dtd->scaffold[src_node].childcnt;
7600 /* Append scaffold indices of children to array */
7601 for (i = 0, cn = dtd->scaffold[src_node].firstchild;
7602 i < dest->numchildren; i++, cn = dtd->scaffold[cn].nextsib)