Searched defs:startindex (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xpointer.c | 325 * @startindex: the start index 334 xmlXPtrNewRange(xmlNodePtr start, int startindex, argument 342 if (startindex < 0) 355 ret->index = startindex; 2424 * @startindex: the start index 2429 * (@start, @startindex) and limited by the (@end, @endindex) point 2432 * (@start, @startindex) will indicate the position of the beginning 2437 xmlXPtrMatchString(const xmlChar *string, xmlNodePtr start, int startindex, argument 2454 pos = startindex - 1; 2509 * @startindex 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 D | testapi.c | 50979 int startindex; /* the start index */ local [all...] |
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml2-py.c | 13359 int startindex; 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 1650 milliseconds