Home
last modified time | relevance | path

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

/PHP-7.0/ext/mbstring/oniguruma/
H A Doniguruma.h373 typedef unsigned int OnigOptionType; typedef
403 OnigOptionType options; /* default option */
676 OnigOptionType options;
712 OnigOptionType option;
726 int onig_new P_((OnigRegex*, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType
728 int onig_reg_init P_((regex_t* reg, OnigOptionType option, OnigCaseFoldType case_fold_flag, OnigEn…
741 …* end, const OnigUChar* start, const OnigUChar* range, OnigRegion* region, OnigOptionType option));
743 …UChar* str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType option));
779 OnigOptionType onig_get_options P_((OnigRegex reg));
795 OnigOptionType onig_get_syntax_options P_((OnigSyntaxType* syntax));
[all …]
H A Donigposix.h113 typedef unsigned int OnigOptionType; typedef
120 OnigOptionType options; /* default option */
H A Dregsyntax.c257 onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options) in onig_set_syntax_options()
280 extern OnigOptionType
H A Dregposix.c138 OnigOptionType options; in regcomp()
172 OnigOptionType options; in regexec()
H A Dregparse.h190 OnigOptionType option;
279 OnigOptionType option;
H A Dregint.h567 #define SIZE_OPTION sizeof(OnigOptionType)
577 #define GET_OPTION_INC(option,p) PLATFORM_GET_INC(option, p, OnigOptionType)
744 OnigOptionType options;
H A Dregcomp.c264 add_option(regex_t* reg, OnigOptionType option) in add_option()
1162 OnigOptionType prev = reg->options; in compile_length_option_node()
1182 OnigOptionType prev = reg->options; in compile_option_node()
2631 OnigOptionType options = reg->options; in get_head_value_node()
3807 OnigOptionType options = reg->options; in setup_tree()
3937 OnigOptionType options;
4762 OnigOptionType save = env->options; in optimize_node_left()
4830 OnigOptionType save = env->options; in optimize_node_left()
5473 onig_reg_init(regex_t* reg, OnigOptionType option, in onig_reg_init()
5884 OnigOptionType option = *((OnigOptionType* )bp); in onig_print_compiled_byte_code()
[all …]
H A Dregexec.c1250 OnigOptionType option = reg->options; in match_at()
2279 OnigOptionType ic; in match_at()
3045 OnigOptionType option) in onig_match()
3355 const UChar* start, const UChar* range, OnigRegion* region, OnigOptionType option) in onig_search()
3761 extern OnigOptionType
H A Dregparse.c1397 node_new_enclose_memory(OnigOptionType option, int is_named) in node_new_enclose_memory()
1411 node_new_option(OnigOptionType option) in node_new_option()
4516 OnigOptionType option; in parse_enclose()
4697 OnigOptionType prev = env->option; in parse_enclose()
5068 OnigOptionType prev = env->option; in parse_exp()
/PHP-7.0/ext/mbstring/
H A Dphp_mbregex.c51 OnigOptionType regex_default_options;
447 static php_mb_regex_t *php_mbregex_compile_pattern(const char *pattern, int patlen, OnigOptionType in php_mbregex_compile_pattern()
476 static size_t _php_mb_regex_get_option_string(char *str, size_t len, OnigOptionType option, OnigSyn… in _php_mb_regex_get_option_string()
582 _php_mb_regex_init_options(const char *parg, int narg, OnigOptionType *option, OnigSyntaxType **syn… in _php_mb_regex_init_options()
699 OnigOptionType options; in _php_mb_regex_ereg_exec()
787 static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options, i… in _php_mb_regex_ereg_replace_exec()
1151 OnigOptionType option = 0; in PHP_FUNCTION()
1194 OnigOptionType option; in _php_mb_regex_ereg_search_exec()
1322 OnigOptionType option; in PHP_FUNCTION()
1423 static void _php_mb_regex_set_options(OnigOptionType options, OnigSyntaxType *syntax, OnigOptionTyp… in _php_mb_regex_set_options()
[all …]
/PHP-7.0/ext/mbstring/oniguruma/doc/
H A DAPI52 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax,
139 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax,
209 const UChar* range, OnigRegion* region, OnigOptionType option)
233 OnigRegion* region, OnigOptionType option)
356 # OnigOptionType onig_get_options(regex_t* reg)
515 # OnigOptionType onig_get_syntax_options(OnigSyntaxType* syntax)
520 # void onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options)

Completed in 129 milliseconds