Home
last modified time | relevance | path

Searched refs:beg (Results 1 – 10 of 10) sorted by relevance

/PHP-5.6/ext/mbstring/
H A Dphp_mbregex.c749 beg = regs->beg[i]; in _php_mb_regex_ereg_exec()
751 if (beg >= 0 && beg < end && end <= string_len) { in _php_mb_regex_ereg_exec()
752 add_index_stringl(array, i, (char *)&str[beg], end - beg, 1); in _php_mb_regex_ereg_exec()
1087 int beg, end; in PHP_FUNCTION() local
1092 beg = regs->beg[0], end = regs->end[0]; in PHP_FUNCTION()
1095 if (beg < string_len && beg >= (chunk_pos - (OnigUChar *)string)) { in PHP_FUNCTION()
1245 beg = MBREX(search_regs)->beg[0]; in _php_mb_regex_ereg_search_exec()
1254 beg = MBREX(search_regs)->beg[i]; in _php_mb_regex_ereg_search_exec()
1256 if (beg >= 0 && beg <= end && end <= len) { in _php_mb_regex_ereg_search_exec()
1375 beg = MBREX(search_regs)->beg[i]; in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregtrav.c45 r = (*callback_func)(node->group, node->beg, node->end, in capture_tree_traverse()
57 r = (*callback_func)(node->group, node->beg, node->end, in capture_tree_traverse()
H A Dregexec.c58 node->beg = ONIG_REGION_NOTPOS; in history_tree_clear()
91 node->beg = ONIG_REGION_NOTPOS; in history_node_new()
137 clone->beg = node->beg; in history_tree_clone()
189 region->beg = (int* )xrealloc(region->beg, n * sizeof(int)); in onig_region_resize()
222 region->beg[at] = beg; in onig_region_set()
232 region->beg = (int* )0; in onig_region_init()
252 if (r->beg) xfree(r->beg); in onig_region_free()
273 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
279 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
285 to->beg[i] = from->beg[i]; in onig_region_copy()
[all …]
H A Dtestc.c129 if (region->beg[mem] == from && region->end[mem] == to) { in xx()
135 from, to, region->beg[mem], region->end[mem]); in xx()
H A Doniguruma.h602 int beg; member
613 int* beg; member
757 int onig_region_set P_((OnigRegion* region, int at, int beg, int end));
H A Dtestu.c175 if (region->beg[mem] == from && region->end[mem] == to) { in xx()
181 from, to, region->beg[mem], region->end[mem]); in xx()
H A Dregparse.c868 if (region->beg[nums[i]] != ONIG_REGION_NOTPOS) in onig_name_to_backref_number()
/PHP-5.6/ext/mbstring/oniguruma/win32/
H A Dtestc.c129 if (region->beg[mem] == from && region->end[mem] == to) { in xx()
135 from, to, region->beg[mem], region->end[mem]); in xx()
/PHP-5.6/ext/mbstring/oniguruma/doc/
H A DAPI416 int func(int group, int beg, int end, int level, int at,
420 beg: capture start position
/PHP-5.6/ext/imap/
H A Dphp_imap.c4355 buf.beg = address; in _php_rfc822_write_address()
4356 buf.cur = buf.beg; in _php_rfc822_write_address()
4357 buf.end = buf.beg + sizeof(address) - 1; in _php_rfc822_write_address()

Completed in 97 milliseconds