Lines Matching defs:xParentIndex
488 /* xParentIndex. */
492 int deletePhysicalContainsParentIndex(int xParentIndex)
506 if (xParentIndex <= 0 || xParentIndex > MAX_ENTITY_INDEX)
508 physentry = getPhysicalTableStaleEntry(xParentIndex);
517 if (zRunner->entPhysicalIndex == xParentIndex) {
524 childIndexes = getPhysicalContainsChildren(xParentIndex);
555 /* xParentIndex is already the lowest index. In this case, */
559 if (physentry->entPhysicalContainedIn == xParentIndex) {
637 /* Delete the entry specified by the xParentIndex and xChildIndex */
641 int deletePhysicalContainsTableEntry(int xParentIndex, int xChildIndex)
651 if (xParentIndex <= 0 || xParentIndex > MAX_ENTITY_INDEX || xChildIndex <= 0 || xChildIndex > MAX_ENTITY_INDEX)
653 physentry = getPhysicalTableStaleEntry(xParentIndex);
665 if (zparentIdx == xParentIndex) {
683 if (physentry->entPhysicalContainedIn == xParentIndex) {