Searched refs:OnigOptionType (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | oniguruma.h | 375 typedef unsigned int OnigOptionType; typedef 405 OnigOptionType options; /* default option */ 678 OnigOptionType options; 714 OnigOptionType option; 728 int onig_new P_((OnigRegex*, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType… 730 int onig_reg_init P_((regex_t* reg, OnigOptionType option, OnigCaseFoldType case_fold_flag, OnigEn… 731 …((OnigRegex, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType option, OnigEn… 739 …((OnigRegex, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType option, OnigEn… 743 …* end, const OnigUChar* start, const OnigUChar* range, OnigRegion* region, OnigOptionType option)); 745 …UChar* str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType option)); [all …]
|
D | onigposix.h | 113 typedef unsigned int OnigOptionType; typedef 120 OnigOptionType options; /* default option */
|
D | regsyntax.c | 257 onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options) in onig_set_syntax_options() 280 extern OnigOptionType
|
D | regposix.c | 140 OnigOptionType options; in regcomp() 174 OnigOptionType options; in regexec()
|
D | regparse.h | 192 OnigOptionType option; 281 OnigOptionType option;
|
D | regint.h | 566 #define SIZE_OPTION sizeof(OnigOptionType) 576 #define GET_OPTION_INC(option,p) PLATFORM_GET_INC(option, p, OnigOptionType) 739 OnigOptionType options;
|
D | regcomp.c | 268 add_option(regex_t* reg, OnigOptionType option) in add_option() 300 add_opcode_option(regex_t* reg, int opcode, OnigOptionType option) in add_opcode_option() 1167 OnigOptionType prev = reg->options; in compile_length_option_node() 1187 OnigOptionType prev = reg->options; in compile_option_node() 2645 OnigOptionType options = reg->options; in get_head_value_node() 3828 OnigOptionType options = reg->options; in setup_tree() 3958 OnigOptionType options; 4783 OnigOptionType save = env->options; in optimize_node_left() 4851 OnigOptionType save = env->options; in optimize_node_left() 5473 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax, in onig_recompile() [all …]
|
D | regexec.c | 1259 OnigOptionType option = reg->options; in match_at() 2293 OnigOptionType ic; in match_at() 3063 OnigOptionType option) in onig_match() 3364 const UChar* start, const UChar* range, OnigRegion* region, OnigOptionType option) in onig_search() 3770 extern OnigOptionType
|
D | regparse.c | 1403 node_new_enclose_memory(OnigOptionType option, int is_named) in node_new_enclose_memory() 1417 node_new_option(OnigOptionType option) in node_new_option() 4518 OnigOptionType option; in parse_enclose() 4699 OnigOptionType prev = env->option; in parse_enclose() 5073 OnigOptionType prev = env->option; in parse_exp()
|