Home
last modified time | relevance | path

Searched refs:OnigOptionType (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Doniguruma.h375 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 …]
Donigposix.h113 typedef unsigned int OnigOptionType; typedef
120 OnigOptionType options; /* default option */
Dregsyntax.c257 onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options) in onig_set_syntax_options()
280 extern OnigOptionType
Dregposix.c140 OnigOptionType options; in regcomp()
174 OnigOptionType options; in regexec()
Dregparse.h192 OnigOptionType option;
281 OnigOptionType option;
Dregint.h566 #define SIZE_OPTION sizeof(OnigOptionType)
576 #define GET_OPTION_INC(option,p) PLATFORM_GET_INC(option, p, OnigOptionType)
739 OnigOptionType options;
Dregcomp.c268 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 …]
Dregexec.c1259 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
Dregparse.c1403 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()