Home | History | Annotate | Download | only in libxml2

Lines Matching defs:endindex

327  * @endindex:  the ending index
335 xmlNodePtr end, int endindex) {
344 if (endindex < 0)
357 ret->index2 = endindex;
2459 * @endindex: the end index IN/OUT
2462 * (@start, @startindex) and limited by the (@end, @endindex) point
2466 * of the range and (@end, @endindex) will indicate the end
2471 xmlNodePtr *end, int *endindex) {
2483 ((*end)->type == XML_NAMESPACE_DECL) || (endindex == NULL))
2490 if ((cur == *end) && (pos + stringlen > *endindex))
2506 *endindex = pos + stringlen;
2543 * @endindex: the end index
2546 * until the (@end, @endindex) point is reached
2550 * of the range and (@end, @endindex) will indicate the end
2555 xmlNodePtr *end, int *endindex) {
2567 if ((end == NULL) || (endindex == NULL))
2589 end, endindex)) {
2614 *endindex = pos + 1;
2619 if ((cur == *end) && (pos >= *endindex))
2784 int i, startindex, endindex = 0, fendindex;
2852 xmlXPtrGetEndPoint(oldset->locTab[i], &end, &endindex);
2854 xmlXPtrGetLastChar(&end, &endindex);
2862 "to index %d of ->", endindex);
2868 fendindex = endindex;