Lines Matching refs:numItems
523 nitems = t->e->element.match.numItems; in addSplitFieldValues()
590 sf->e[k].element.match.numItems, in addSplitFieldValues()
649 int numItems, splitname, count, statP; in buildNISRuleValue() local
698 litem = buildLvalue(&rl->lhs, &rval, &numItems); in buildNISRuleValue()
706 if (numItems == 1 && litem->repeat) in buildNISRuleValue()
708 else if (numItems > 1 && rval->repeat) in buildNISRuleValue()
709 nrq = 1 + ((rval->numVals-1)/numItems); in buildNISRuleValue()
716 for (i = 0; i < numItems; i++) { in buildNISRuleValue()
729 splitname = (i < numItems)?1:0; in buildNISRuleValue()
741 freeMappingItem(litem, numItems); in buildNISRuleValue()
747 for (k = j % nrq, l = 0; l < numItems; k += nrq, l++) { in buildNISRuleValue()
765 freeMappingItem(litem, numItems); in buildNISRuleValue()
772 freeMappingItem(litem, numItems); in buildNISRuleValue()
774 numItems = 0; in buildNISRuleValue()
809 fa_item, t->e->element.match.numItems, in ruleValueToDatum()