Searched defs:state_getslice (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/
H A D_sre.c1811 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) function
2103 item = state_getslice(&state, 1, string, 1);
2112 PyObject* o = state_getslice(&state, i+1, string, 1);
2245 item = state_getslice(&state, i+1, string, 0);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c1820 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) function
2112 item = state_getslice(&state, 1, string, 1);
2121 PyObject* o = state_getslice(&state, i+1, string, 1);
2254 item = state_getslice(&state, i+1, string, 0);

Completed in 75 milliseconds