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