Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/oniguruma/
H A Donigposix.h113 typedef unsigned int OnigOptionType; typedef
120 OnigOptionType options; /* default option */
H A Doniguruma.h458 typedef unsigned int OnigOptionType; typedef
488 OnigOptionType options; /* default option */
759 OnigOptionType options;
795 OnigOptionType option;
809 int onig_new P_((OnigRegex*, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType
815 …((OnigRegex, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType option, OnigEn…
819 …* end, const OnigUChar* start, const OnigUChar* range, OnigRegion* region, OnigOptionType option));
821 …UChar* str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType option));
857 OnigOptionType onig_get_options P_((OnigRegex reg));
873 OnigOptionType onig_get_syntax_options P_((OnigSyntaxType* syntax));
[all …]
H A Dregsyntax.c178 onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options) in onig_set_syntax_options()
201 extern OnigOptionType
H A Dregposix.c138 OnigOptionType options; in regcomp()
172 OnigOptionType options; in regexec()
H A Dregparse.h180 OnigOptionType option;
260 OnigOptionType option;
H A Donigcmpt200.h39 #define RegOptionType OnigOptionType
H A Dregint.h670 #define SIZE_OPTION sizeof(OnigOptionType)
696 #define GET_OPTION_INC(option,p) PLATFORM_GET_INC(option, p, OnigOptionType)
823 extern int onig_alloc_init P_((regex_t** reg, OnigOptionType option, OnigAmbigType ambig_flag, Oni…
H A Dregcomp.c242 add_option(regex_t* reg, OnigOptionType option) in add_option()
274 add_opcode_option(regex_t* reg, int opcode, OnigOptionType option) in add_opcode_option()
1142 OnigOptionType prev = reg->options; in compile_length_option_node()
1162 OnigOptionType prev = reg->options; in compile_option_node()
2642 OnigOptionType options = reg->options; in get_head_value_node()
3597 OnigOptionType options = reg->options; in setup_tree()
3727 OnigOptionType options;
4556 OnigOptionType save = env->options; in optimize_node_left()
4624 OnigOptionType save = env->options; in optimize_node_left()
5647 OnigOptionType option = *((OnigOptionType* )bp); in onig_print_compiled_byte_code()
[all …]
H A Dregexec.c371 OnigOptionType options;
1432 OnigOptionType option = reg->options; in match_at()
2467 OnigOptionType ic; in match_at()
3238 OnigOptionType option) in onig_match()
3531 const UChar* start, const UChar* range, OnigRegion* region, OnigOptionType option) in onig_search()
3903 extern OnigOptionType
H A Dregparse.c1368 node_new_effect_memory(OnigOptionType option, int is_named) in node_new_effect_memory()
1382 node_new_option(OnigOptionType option) in node_new_option()
4397 OnigOptionType option; in parse_effect()
4553 OnigOptionType prev = env->option; in parse_effect()
4811 OnigOptionType prev = env->option; in parse_exp()
/PHP-5.4/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()
1140 OnigOptionType option = 0; in PHP_FUNCTION()
1184 OnigOptionType option; in _php_mb_regex_ereg_search_exec()
1315 OnigOptionType option; in PHP_FUNCTION()
1419 static void _php_mb_regex_set_options(OnigOptionType options, OnigSyntaxType *syntax, OnigOptionTyp… in _php_mb_regex_set_options()
[all …]
/PHP-5.4/ext/mbstring/oniguruma/doc/
H A DAPI52 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax,
192 const UChar* range, OnigRegion* region, OnigOptionType option)
216 OnigRegion* region, OnigOptionType option)
339 # OnigOptionType onig_get_options(regex_t* reg)
498 # OnigOptionType onig_get_syntax_options(OnigSyntaxType* syntax)
503 # void onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options)

Completed in 76 milliseconds