Searched refs:OnigOptionType (Results 1 – 12 of 12) sorted by relevance
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | onigposix.h | 113 typedef unsigned int OnigOptionType; typedef 120 OnigOptionType options; /* default option */
|
H A D | oniguruma.h | 458 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 D | regsyntax.c | 178 onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options) in onig_set_syntax_options() 201 extern OnigOptionType
|
H A D | regposix.c | 138 OnigOptionType options; in regcomp() 172 OnigOptionType options; in regexec()
|
H A D | regparse.h | 180 OnigOptionType option; 260 OnigOptionType option;
|
H A D | onigcmpt200.h | 39 #define RegOptionType OnigOptionType
|
H A D | regint.h | 670 #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 D | regcomp.c | 242 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 D | regexec.c | 371 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 D | regparse.c | 1368 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.3/ext/mbstring/ |
H A D | php_mbregex.c | 51 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) in _php_mb_regex_ereg_replace_exec() 1076 OnigOptionType option = 0; in PHP_FUNCTION() 1120 OnigOptionType option; in _php_mb_regex_ereg_search_exec() 1251 OnigOptionType option; in PHP_FUNCTION() 1355 static void _php_mb_regex_set_options(OnigOptionType options, OnigSyntaxType *syntax, OnigOptionTyp… in _php_mb_regex_set_options() [all …]
|
/PHP-5.3/ext/mbstring/oniguruma/doc/ |
H A D | API | 52 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 80 milliseconds