Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregexec.c271 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
278 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
279 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
284 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE, sizeof(int) * to->allocated); in onig_region_copy()
285 to->end = (int* )xrealloc(to->end, RREGC_SIZE, sizeof(int) * to->allocated); in onig_region_copy()