Lines Matching full:scaffindex
288 int *scaffIndex;
4429 if (dtd->scaffIndex) {
4430 int *temp = (int *)REALLOC(dtd->scaffIndex,
4434 dtd->scaffIndex = temp;
4448 dtd->scaffIndex[dtd->scaffLevel] = myindex;
4467 && (dtd->scaffold[dtd->scaffIndex[dtd->scaffLevel - 1]].type
4470 dtd->scaffold[dtd->scaffIndex[dtd->scaffLevel - 1]].type
4595 dtd->scaffold[dtd->scaffIndex[dtd->scaffLevel - 1]].type
4655 dtd->scaffold[dtd->scaffIndex[dtd->scaffLevel]].quant = quant;
5664 p->scaffIndex = NULL;
5704 ms->free_fcn(p->scaffIndex);
5705 p->scaffIndex = NULL;
5741 ms->free_fcn(p->scaffIndex);
5877 newDtd->scaffIndex = oldDtd->scaffIndex;
6280 if (!dtd->scaffIndex) {
6281 dtd->scaffIndex = (int *)MALLOC(groupSize * sizeof(int));
6282 if (!dtd->scaffIndex)
6284 dtd->scaffIndex[0] = 0;
6308 CONTENT_SCAFFOLD *parent = &dtd->scaffold[dtd->scaffIndex[dtd->scaffLevel-1]];