Home
last modified time | relevance | path

Searched refs:index_ (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c3387 PyObject* index_ = Py_False; /* zero */ in match_start() local
3388 if (!PyArg_UnpackTuple(args, "start", 0, 1, &index_)) in match_start()
3391 index = match_getindex(self, index_); in match_start()
3410 PyObject* index_ = Py_False; /* zero */ in match_end() local
3411 if (!PyArg_UnpackTuple(args, "end", 0, 1, &index_)) in match_end()
3414 index = match_getindex(self, index_); in match_end()
3460 PyObject* index_ = Py_False; /* zero */ in match_span() local
3461 if (!PyArg_UnpackTuple(args, "span", 0, 1, &index_)) in match_span()
3464 index = match_getindex(self, index_); in match_span()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c3387 PyObject* index_ = Py_False; /* zero */ in match_start() local
3388 if (!PyArg_UnpackTuple(args, "start", 0, 1, &index_)) in match_start()
3391 index = match_getindex(self, index_); in match_start()
3410 PyObject* index_ = Py_False; /* zero */ in match_end() local
3411 if (!PyArg_UnpackTuple(args, "end", 0, 1, &index_)) in match_end()
3414 index = match_getindex(self, index_); in match_end()
3460 PyObject* index_ = Py_False; /* zero */ in match_span() local
3461 if (!PyArg_UnpackTuple(args, "span", 0, 1, &index_)) in match_span()
3464 index = match_getindex(self, index_); in match_span()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c3468 PyObject* index_ = Py_False; /* zero */ in match_start() local
3469 if (!PyArg_UnpackTuple(args, "start", 0, 1, &index_)) in match_start()
3472 index = match_getindex(self, index_); in match_start()
3491 PyObject* index_ = Py_False; /* zero */ in match_end() local
3492 if (!PyArg_UnpackTuple(args, "end", 0, 1, &index_)) in match_end()
3495 index = match_getindex(self, index_); in match_end()
3541 PyObject* index_ = Py_False; /* zero */ in match_span() local
3542 if (!PyArg_UnpackTuple(args, "span", 0, 1, &index_)) in match_span()
3545 index = match_getindex(self, index_); in match_span()