Home | History | Annotate | Download | only in libxml2

Lines Matching defs:index1

915     int index1, index2;
932 index1 = range->index;
974 if ((cur == start) && (index1 > 1)) {
975 content += (index1 - 1);
976 len -= (index1 - 1);
1013 if ((cur == start) && (index1 > 1)) {
1014 cur = xmlXIncludeGetNthChild(cur, index1 - 1);
1015 index1 = 0;
1033 if (index1 > 1) {
1034 content += (index1 - 1);
1035 index1 = 0;
1049 if (index1 > 1) { /* Do we need to position? */
1050 cur = xmlXIncludeGetNthChild(cur, index1 - 1);
1052 index1 = 0;