Searched defs:ptemplate (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.c | 2282 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, argument 2298 if (PyCallable_Check(ptemplate)) { 2300 filter = ptemplate; 2306 ptr = getstring(ptemplate, &n, &bint); 2321 filter = ptemplate; 2328 PyTuple_Pack(2, self, ptemplate) 2470 PyObject* ptemplate; local 2475 &ptemplate, &string, &count)) 2478 return pattern_subx(self, ptemplate, string, count, 0); 2484 PyObject* ptemplate; local 3273 match_expand(MatchObject* self, PyObject* ptemplate) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
H A D | _sre.c | 2291 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, argument 2307 if (PyCallable_Check(ptemplate)) { 2309 filter = ptemplate; 2315 ptr = getstring(ptemplate, &n, &bint); 2330 filter = ptemplate; 2337 PyTuple_Pack(2, self, ptemplate) 2479 PyObject* ptemplate; local 2484 &ptemplate, &string, &count)) 2487 return pattern_subx(self, ptemplate, string, count, 0); 2493 PyObject* ptemplate; local 3262 match_expand(MatchObject* self, PyObject* ptemplate) argument [all...] |
Completed in 75 milliseconds