Searched defs:sre_category (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.c193 sre_category(SRE_CODE category, unsigned int ch) function
452 if (sre_category(set[0], (int) ch))
916 if (ctx->ptr >= end || !sre_category(ctx->pattern[0], ctx->ptr[0]))
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c202 sre_category(SRE_CODE category, unsigned int ch) function
461 if (sre_category(set[0], (int) ch))
925 if (ctx->ptr >= end || !sre_category(ctx->pattern[0], ctx->ptr[0]))

Completed in 153 milliseconds