Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c266 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
273 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
274 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
279 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
280 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()

Completed in 18 milliseconds