Home
last modified time | relevance | path

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

/PHP-5.4/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()
1084 int beg, end; in PHP_FUNCTION() local
1089 beg = regs->beg[0], end = regs->end[0]; in PHP_FUNCTION()
1092 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.4/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.c56 node->beg = ONIG_REGION_NOTPOS; in history_tree_clear()
89 node->beg = ONIG_REGION_NOTPOS; in history_node_new()
135 clone->beg = node->beg; in history_tree_clone()
187 region->beg = (int* )xrealloc(region->beg, n * sizeof(int)); in onig_region_resize()
220 region->beg[at] = beg; in onig_region_set()
230 region->beg = (int* )0; in onig_region_init()
250 if (r->beg) xfree(r->beg); in onig_region_free()
271 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
277 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
283 to->beg[i] = from->beg[i]; in onig_region_copy()
[all …]
H A Doniguruma.h685 int beg; member
696 int* beg; member
835 int onig_region_set P_((OnigRegion* region, int at, int beg, int end));
H A Dregparse.c863 if (region->beg[nums[i]] != ONIG_REGION_NOTPOS) in onig_name_to_backref_number()
/PHP-5.4/ext/mbstring/oniguruma/doc/
H A DAPI399 int func(int group, int beg, int end, int level, int at,
403 beg: capture start position
/PHP-5.4/ext/imap/
H A Dphp_imap.c4331 buf.beg = address; in _php_rfc822_write_address()
4332 buf.cur = buf.beg; in _php_rfc822_write_address()
4333 buf.end = buf.beg + sizeof(address) - 1; in _php_rfc822_write_address()

Completed in 49 milliseconds