Lines Matching refs:index1
899 int index1, index2; in xmlXIncludeCopyRange() local
916 index1 = range->index; in xmlXIncludeCopyRange()
958 if ((cur == start) && (index1 > 1)) { in xmlXIncludeCopyRange()
959 content += (index1 - 1); in xmlXIncludeCopyRange()
960 len -= (index1 - 1); in xmlXIncludeCopyRange()
961 index1 = 0; in xmlXIncludeCopyRange()
998 if ((cur == start) && (index1 > 1)) { in xmlXIncludeCopyRange()
999 cur = xmlXIncludeGetNthChild(cur, index1 - 1); in xmlXIncludeCopyRange()
1000 index1 = 0; in xmlXIncludeCopyRange()
1018 if (index1 > 1) { in xmlXIncludeCopyRange()
1019 content += (index1 - 1); in xmlXIncludeCopyRange()
1020 index1 = 0; in xmlXIncludeCopyRange()
1034 if (index1 > 1) { /* Do we need to position? */ in xmlXIncludeCopyRange()
1035 cur = xmlXIncludeGetNthChild(cur, index1 - 1); in xmlXIncludeCopyRange()
1037 index1 = 0; in xmlXIncludeCopyRange()