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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dsre.h46 } PatternObject; typedef in typeref:struct:__anon2829
48 #define PatternObject_GetCode(o) (((PatternObject*)(o))->code)
54 PatternObject* pattern; /* link to the regex (pattern) object */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsre.h36 } PatternObject; typedef in typeref:struct:__anon3170
38 #define PatternObject_GetCode(o) (((PatternObject*)(o))->code)
44 PatternObject* pattern; /* link to the regex (pattern) object */
H A 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,
1868 pattern_dealloc(PatternObject* self)
1879 pattern_match(PatternObject* self, PyObject* args, PyObject* kw)
1918 pattern_search(PatternObject* self, PyObject* args, PyObject* kw)
2051 pattern_findall(PatternObject* self, PyObject* args, PyObject* kw)
2155 pattern_finditer(PatternObject* pattern, PyObject* args)
2178 pattern_split(PatternObject* self, PyObject* args, PyObject* kw)
2291 pattern_subx(PatternObject* sel
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A 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,
1868 pattern_dealloc(PatternObject* self)
1879 pattern_match(PatternObject* self, PyObject* args, PyObject* kw)
1918 pattern_search(PatternObject* self, PyObject* args, PyObject* kw)
2051 pattern_findall(PatternObject* self, PyObject* args, PyObject* kw)
2155 pattern_finditer(PatternObject* pattern, PyObject* args)
2178 pattern_split(PatternObject* self, PyObject* args, PyObject* kw)
2291 pattern_subx(PatternObject* sel
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
H A 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,
1882 pattern_dealloc(PatternObject* self)
1930 pattern_match(PatternObject* self, PyObject* args, PyObject* kw)
1976 pattern_search(PatternObject* self, PyObject* args, PyObject* kw)
2116 pattern_findall(PatternObject* self, PyObject* args, PyObject* kw)
2227 pattern_finditer(PatternObject* pattern, PyObject* args)
2250 pattern_split(PatternObject* self, PyObject* args, PyObject* kw)
2370 pattern_subx(PatternObject* sel
[all...]

Completed in 590 milliseconds