Searched defs:endindex (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxpointer.c327 * @endindex: the ending index
335 xmlNodePtr end, int endindex) {
344 if (endindex < 0)
357 ret->index2 = endindex;
2426 * @endindex: the end index IN/OUT
2429 * (@start, @startindex) and limited by the (@end, @endindex) point
2433 * of the range and (@end, @endindex) will indicate the end
2438 xmlNodePtr *end, int *endindex) {
2449 if ((end == NULL) || (endindex == NULL))
2458 if ((cur == *end) && (pos + stringlen > *endindex))
334 xmlXPtrNewRange(xmlNodePtr start, int startindex, xmlNodePtr end, int endindex) argument
2437 xmlXPtrMatchString(const xmlChar *string, xmlNodePtr start, int startindex, xmlNodePtr *end, int *endindex) argument
2522 xmlXPtrSearchString(const xmlChar *string, xmlNodePtr *start, int *startindex, xmlNodePtr *end, int *endindex) argument
2756 int i, startindex, endindex = 0, fendindex; local
[all...]
H A Dtestapi.c50983 int endindex; /* the ending index */ local
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c13362 int endindex; local
13364 if (!PyArg_ParseTuple(args, (char *)"OiOi:xmlXPtrNewRange", &pyobj_start, &startindex, &pyobj_end, &endindex))
13369 c_retval = xmlXPtrNewRange(start, startindex, end, endindex);

Completed in 260 milliseconds