Searched defs:SRE_MATCH (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.c298 #define SRE_MATCH sre_match macro
311 #undef SRE_MATCH macro
326 #define SRE_MATCH sre_umatch macro
520 LOCAL(Py_ssize_t) SRE_MATCH(SRE_STATE* state, SRE_CODE* pattern);
593 i = SRE_MATCH(state, pattern);
636 /* The macros below should be used to protect recursive SRE_MATCH()
640 * - Recursive SRE_MATCH() returned true: that's usually a success
644 * - Recursive SRE_MATCH() returned false but the current SRE_MATCH()
645 * is returning to the caller: If the current SRE_MATCH() i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c307 #define SRE_MATCH sre_match macro
320 #undef SRE_MATCH macro
335 #define SRE_MATCH sre_umatch macro
529 LOCAL(Py_ssize_t) SRE_MATCH(SRE_STATE* state, SRE_CODE* pattern);
602 i = SRE_MATCH(state, pattern);
645 /* The macros below should be used to protect recursive SRE_MATCH()
649 * - Recursive SRE_MATCH() returned true: that's usually a success
653 * - Recursive SRE_MATCH() returned false but the current SRE_MATCH()
654 * is returning to the caller: If the current SRE_MATCH() i
[all...]

Completed in 2922 milliseconds