Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Doniguruma.h365 typedef unsigned int OnigOptionType; typedef
406 OnigOptionType options; /* default option */
704 OnigOptionType option;
788 int onig_new P_((OnigRegex*, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType
790 int onig_reg_init P_((OnigRegex reg, OnigOptionType option, OnigCaseFoldType case_fold_flag, OnigE…
801 …* end, const OnigUChar* start, const OnigUChar* range, OnigRegion* region, OnigOptionType option));
805 …UChar* str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType option));
807 … str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType option, OnigMa…
863 OnigOptionType onig_get_options P_((OnigRegex reg));
879 OnigOptionType onig_get_syntax_options P_((OnigSyntaxType* syntax));
[all …]
H A Donigposix.h117 typedef unsigned int OnigOptionType; typedef
124 OnigOptionType options; /* default option */
H A Dregsyntax.c278 onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options) in onig_set_syntax_options()
301 extern OnigOptionType
H A Dregposix.c150 OnigOptionType options; in regcomp()
186 OnigOptionType options; in regexec()
H A Dregparse.h131 OnigOptionType options;
212 OnigOptionType options;
393 OnigOptionType options;
H A Dregexec.c132 OnigOptionType options;
2726 OnigOptionType option = reg->options; in match_at()
4215 OnigOptionType option, MatchArg* msas, int* rmatch_pos) in regset_search_body_position_lead()
4378 OnigOptionType option, OnigMatchParam* mps[], int* rmatch_pos) in regset_search_body_regex_lead()
4420 OnigRegSetLead lead, OnigOptionType option, OnigMatchParam* mps[], in onig_regset_search_with_param()
4873 OnigRegion* region, OnigOptionType option) in onig_match()
5170 OnigOptionType option) in onig_search()
5197 OnigOptionType option, OnigMatchParam* mp) in search_in_range()
5557 OnigOptionType option, OnigMatchParam* mp) in onig_search_with_param()
5572 OnigRegion* region, OnigOptionType option, in onig_scan()
[all …]
H A Dregint.h601 #define SIZE_OPTION sizeof(OnigOptionType)
874 OnigOptionType options;
H A Dregcomp.c1340 OnigOptionType prev = reg->options; in compile_length_option_node()
1353 OnigOptionType prev = reg->options; in compile_option_node()
2891 OnigOptionType options = reg->options; in get_head_value_node()
5155 OnigOptionType options = reg->options; in tune_tree()
5309 OnigOptionType options;
6117 OnigOptionType save = env->options; in optimize_nodes()
6180 OnigOptionType save = env->options; in optimize_nodes()
6886 onig_reg_init(regex_t* reg, OnigOptionType option, OnigCaseFoldType case_fold_flag, in onig_reg_init()
6943 OnigOptionType option, OnigEncoding enc, in onig_new_without_alloc()
6957 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax, in onig_new()
H A Dregparse.c2161 node_new_ctype(int type, int not, OnigOptionType options) in node_new_ctype()
2182 node_new_anychar_with_fixed_option(OnigOptionType option) in node_new_anychar_with_fixed_option()
2481 node_new_option(OnigOptionType option) in node_new_option()
7068 OnigOptionType option; in parse_bag()
7576 OnigOptionType prev = env->options; in parse_bag()
7959 OnigOptionType prev = env->options; in parse_exp()
/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c60 OnigOptionType regex_default_options;
487 static size_t _php_mb_regex_get_option_string(char *str, size_t len, OnigOptionType option, OnigSyn… in _php_mb_regex_get_option_string()
597 OnigOptionType optm = 0; in _php_mb_regex_init_options()
872 const OnigUChar* range, OnigRegion* region, OnigOptionType option) { in _php_mb_onig_search()
896 OnigOptionType options; in _php_mb_regex_ereg_exec()
1000 static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options, i… in _php_mb_regex_ereg_replace_exec()
1359 OnigOptionType option = 0; in PHP_FUNCTION()
1415 OnigOptionType option; in _php_mb_regex_ereg_search_exec()
1554 OnigOptionType option; in PHP_FUNCTION()
1677 static void _php_mb_regex_set_options(OnigOptionType options, OnigSyntaxType *syntax, OnigOptionTyp… in _php_mb_regex_set_options()
[all …]
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DAPI58 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax,
158 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax,
302 const UChar* range, OnigRegion* region, OnigOptionType option)
329 OnigOptionType option, OnigMatchParam* mp)
340 OnigRegion* region, OnigOptionType option)
364 OnigOptionType option, OnigMatchParam* mp)
375 OnigRegion* region, OnigOptionType option,
471 …const OnigUChar* start, const OnigUChar* range, OnigRegSetLead lead, OnigOptionType option, int* r…
629 # OnigOptionType onig_get_options(regex_t* reg)
794 # OnigOptionType onig_get_syntax_options(OnigSyntaxType* syntax)
[all …]
H A DSYNTAX.md25 OnigOptionType options; /* default option */

Completed in 86 milliseconds