Home
last modified time | relevance | path

Searched defs:re_pattern_buffer (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Doniguruma.h658 typedef struct re_pattern_buffer { struct
660 unsigned char* p; /* compiled pattern */
661 unsigned int used; /* used space for p */
662 unsigned int alloc; /* allocated space for p */
664 int state; /* normal, searching, compiling */
665 int num_mem; /* used memory(...) num counted from 1 */
666 int num_repeat; /* OP_REPEAT/OP_REPEAT_NG id-counter */
667 int num_null_check; /* OP_NULL_CHECK_START/END id counter */
668 int num_comb_exp_check; /* combination explosion check */
669 int num_call; /* number of subexp call */
[all …]