Home
last modified time | relevance | path

Searched refs:PatternObject (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsre.h36 } PatternObject; typedef
38 #define PatternObject_GetCode(o) (((PatternObject*)(o))->code)
44 PatternObject* pattern; /* link to the regex (pattern) object */
D_sre.c1646 static PyObject*pattern_new_match(PatternObject*, SRE_STATE*, int);
1647 static PyObject*pattern_scanner(PatternObject*, PyObject*);
1753 state_init(SRE_STATE* state, PatternObject* pattern, PyObject* string, in state_init()
1868 pattern_dealloc(PatternObject* self) in pattern_dealloc()
1879 pattern_match(PatternObject* self, PyObject* args, PyObject* kw) in pattern_match()
1918 pattern_search(PatternObject* self, PyObject* args, PyObject* kw) in pattern_search()
2051 pattern_findall(PatternObject* self, PyObject* args, PyObject* kw) in pattern_findall()
2155 pattern_finditer(PatternObject* pattern, PyObject* args) in pattern_finditer()
2178 pattern_split(PatternObject* self, PyObject* args, PyObject* kw) in pattern_split()
2291 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, in pattern_subx()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsre.h46 } PatternObject; typedef
48 #define PatternObject_GetCode(o) (((PatternObject*)(o))->code)
54 PatternObject* pattern; /* link to the regex (pattern) object */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c1646 static PyObject*pattern_new_match(PatternObject*, SRE_STATE*, int);
1647 static PyObject*pattern_scanner(PatternObject*, PyObject*);
1753 state_init(SRE_STATE* state, PatternObject* pattern, PyObject* string, in state_init()
1868 pattern_dealloc(PatternObject* self) in pattern_dealloc()
1879 pattern_match(PatternObject* self, PyObject* args, PyObject* kw) in pattern_match()
1918 pattern_search(PatternObject* self, PyObject* args, PyObject* kw) in pattern_search()
2051 pattern_findall(PatternObject* self, PyObject* args, PyObject* kw) in pattern_findall()
2155 pattern_finditer(PatternObject* pattern, PyObject* args) in pattern_finditer()
2178 pattern_split(PatternObject* self, PyObject* args, PyObject* kw) in pattern_split()
2291 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, in pattern_subx()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c1660 static PyObject*pattern_new_match(PatternObject*, SRE_STATE*, int);
1661 static PyObject*pattern_scanner(PatternObject*, PyObject*);
1767 state_init(SRE_STATE* state, PatternObject* pattern, PyObject* string, in state_init()
1882 pattern_dealloc(PatternObject* self) in pattern_dealloc()
1930 pattern_match(PatternObject* self, PyObject* args, PyObject* kw) in pattern_match()
1976 pattern_search(PatternObject* self, PyObject* args, PyObject* kw) in pattern_search()
2116 pattern_findall(PatternObject* self, PyObject* args, PyObject* kw) in pattern_findall()
2227 pattern_finditer(PatternObject* pattern, PyObject* args) in pattern_finditer()
2250 pattern_split(PatternObject* self, PyObject* args, PyObject* kw) in pattern_split()
2370 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, in pattern_subx()
[all …]