Home
last modified time | relevance | path

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

/PHP-5.5/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.h563 #define SIZE_OPTION sizeof(OnigOptionType)
573 #define GET_OPTION_INC(option,p) PLATFORM_GET_INC(option, p, OnigOptionType)
736 OnigOptionType options;
H A Donigcmpt200.h39 #define RegOptionType OnigOptionType
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()
3808 OnigOptionType options = reg->options; in setup_tree()
3938 OnigOptionType options;
4763 OnigOptionType save = env->options; in optimize_node_left()
4831 OnigOptionType save = env->options; in optimize_node_left()
5474 onig_reg_init(regex_t* reg, OnigOptionType option, in onig_reg_init()
5852 OnigOptionType option = *((OnigOptionType* )bp); in onig_print_compiled_byte_code()
[all …]
H A Dregexec.c1250 OnigOptionType option = reg->options; in match_at()
2284 OnigOptionType ic; in match_at()
3050 OnigOptionType option) in onig_match()
3351 const UChar* start, const UChar* range, OnigRegion* region, OnigOptionType option) in onig_search()
3757 extern OnigOptionType
H A Dregparse.c1389 node_new_enclose_memory(OnigOptionType option, int is_named) in node_new_enclose_memory()
1403 node_new_option(OnigOptionType option) in node_new_option()
4508 OnigOptionType option; in parse_enclose()
4689 OnigOptionType prev = env->option; in parse_enclose()
5060 OnigOptionType prev = env->option; in parse_exp()
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c51 OnigOptionType regex_default_options;
448 static php_mb_regex_t *php_mbregex_compile_pattern(const char *pattern, int patlen, OnigOptionType in php_mbregex_compile_pattern()
474 static size_t _php_mb_regex_get_option_string(char *str, size_t len, OnigOptionType option, OnigSyn… in _php_mb_regex_get_option_string()
580 _php_mb_regex_init_options(const char *parg, int narg, OnigOptionType *option, OnigSyntaxType **syn… in _php_mb_regex_init_options()
698 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()
1139 OnigOptionType option = 0; in PHP_FUNCTION()
1183 OnigOptionType option; in _php_mb_regex_ereg_search_exec()
1314 OnigOptionType option; in PHP_FUNCTION()
1418 static void _php_mb_regex_set_options(OnigOptionType options, OnigSyntaxType *syntax, OnigOptionTyp… in _php_mb_regex_set_options()
[all …]
/PHP-5.5/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 87 milliseconds