Home | History | Annotate | Download | only in libxml2

Lines Matching full:endindex

327  * @endindex:  the ending index
335 xmlNodePtr end, int endindex) {
344 if (endindex < 0)
357 ret->index2 = endindex;
2432 * @endindex: the end index IN/OUT
2435 * (@start, @startindex) and limited by the (@end, @endindex) point
2439 * of the range and (@end, @endindex) will indicate the end
2444 xmlNodePtr *end, int *endindex) {
2455 if ((end == NULL) || (endindex == NULL))
2464 if ((cur == *end) && (pos + stringlen > *endindex))
2480 *endindex = pos + stringlen;
2517 * @endindex: the end index
2520 * until the (@end, @endindex) point is reached
2524 * of the range and (@end, @endindex) will indicate the end
2529 xmlNodePtr *end, int *endindex) {
2540 if ((end == NULL) || (endindex == NULL))
2564 end, endindex)) {
2589 *endindex = pos + 1;
2594 if ((cur == *end) && (pos >= *endindex))
2762 int i, startindex, endindex = 0, fendindex;
2824 xmlXPtrGetEndPoint(oldset->locTab[i], &end, &endindex);
2826 xmlXPtrGetLastChar(&end, &endindex);
2834 "to index %d of ->", endindex);
2840 fendindex = endindex;