Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c2389 CALL_(node)->name_end = name_end; in node_new_call()
4329 UChar *name_end; in fetch_name_with_level() local
4343 name_end = end; in fetch_name_with_level()
4373 name_end = p; in fetch_name_with_level()
4463 UChar *name_end; in fetch_name() local
4472 name_end = end; in fetch_name()
5425 tok->u.call.name_end = name_end; in fetch_token()
5599 tok->u.call.name_end = name_end; in fetch_token()
5645 tok->u.call.name_end = name_end; in fetch_token()
6925 UChar* name_end; in parse_callout_of_name() local
[all …]
H A Dregposix.c282 const unsigned char* name, const unsigned char* name_end, int** nums) in reg_name_to_group_numbers() argument
284 return onig_name_to_group_numbers(ONIG_C(reg), name, name_end, nums); in reg_name_to_group_numbers()
294 i_wrapper(const UChar* name, const UChar* name_end, int ng, int* gs, in i_wrapper() argument
299 return (*warg->func)(name, name_end, ng, gs, warg->reg, warg->arg); in i_wrapper()
H A Donigposix.h168 …p_numbers P_((regex_t* reg, const unsigned char* name, const unsigned char* name_end, int** nums));
H A Doniguruma.h843 int onig_name_to_group_numbers P_((OnigRegex reg, const OnigUChar* name, const OnigUChar* name_end,…
845 int onig_name_to_backref_number P_((OnigRegex reg, const OnigUChar* name, const OnigUChar* name_end
949 …P_((OnigEncoding enc, OnigCalloutType type, OnigUChar* name, OnigUChar* name_end, int callout_in, …
H A Dregparse.h168 UChar* name_end; member
H A Dregcomp.c4533 cn->name, cn->name_end); in tune_call_node_call()
4541 cn->name, cn->name_end); in tune_call_node_call()
4548 int n = onig_name_to_group_numbers(env->reg, cn->name, cn->name_end, &refs); in tune_call_node_call()
4551 cn->name, cn->name_end); in tune_call_node_call()
4556 cn->name, cn->name_end); in tune_call_node_call()
7292 p_string(f, cn->name_end - cn->name, cn->name); in print_indent_tree()
/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c769 char *name, *name_end; in mb_regex_substitute() local
771 name_end = name = p + 1; in mb_regex_substitute()
772 while (name_end < eos) { in mb_regex_substitute()
773 clen = (int) php_mb_mbchar_bytes_ex(name_end, enc); in mb_regex_substitute()
775 name_end += clen; in mb_regex_substitute()
779 if (name_end[0] == delim) break; in mb_regex_substitute()
780 if (maybe_num && !isdigit(name_end[0])) maybe_num = 0; in mb_regex_substitute()
781 name_end++; in mb_regex_substitute()
783 p = name_end + 1; in mb_regex_substitute()
784 if (name_end - name < 1 || name_end >= eos) { in mb_regex_substitute()
[all …]
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.API.ja98 …ame(OnigEncoding enc, OnigCalloutType type, OnigUChar* name, OnigUChar* name_end, int callout_in, …
114 4 name_end: 名前の終端アドレス
H A DAPI568 # int onig_name_to_group_numbers(regex_t* reg, const UChar* name, const UChar* name_end,
581 3 name_end: terminate address of group name.
585 # int onig_name_to_backref_number(regex_t* reg, const UChar* name, const UChar* name_end,
597 3 name_end: terminate address of group name.
613 func(name, name_end, <number of groups>, <group number's list>,
H A DCALLOUTS.API98 …ame(OnigEncoding enc, OnigCalloutType type, OnigUChar* name, OnigUChar* name_end, int callout_in, …
114 4 name_end: name string end address
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY1028 callback function argument name_end of onig_foreach_name()
1664 2003/10/30: [spec] add name_end and reg argument to callback function of

Completed in 59 milliseconds