xrealloc          164 mbstring/oniguruma/regcomp.c     p = (UnsetAddr* )xrealloc(uslist->us, sizeof(UnsetAddr) * size);
xrealloc          645 mbstring/oniguruma/regcomp.c     p = (OnigRepeatRange* )xrealloc(reg->repeat_range,
xrealloc          111 mbstring/oniguruma/regexec.c         (OnigCaptureTreeNode** )xrealloc(parent->childs,
xrealloc          187 mbstring/oniguruma/regexec.c     region->beg = (int* )xrealloc(region->beg, n * sizeof(int));
xrealloc          188 mbstring/oniguruma/regexec.c     region->end = (int* )xrealloc(region->end, n * sizeof(int));
xrealloc          277 mbstring/oniguruma/regexec.c     to->beg = (int* )xrealloc(to->beg, RREGC_SIZE);
xrealloc          278 mbstring/oniguruma/regexec.c     to->end = (int* )xrealloc(to->end, RREGC_SIZE);
xrealloc          511 mbstring/oniguruma/regexec.c     x = (StackType* )xrealloc(stk_base, sizeof(StackType) * n);
xrealloc          461 mbstring/oniguruma/regint.h   (buf)->p = (UChar* )xrealloc((buf)->p, (buf)->alloc);\
xrealloc          467 mbstring/oniguruma/regint.h   (buf)->p = (UChar* )xrealloc((buf)->p, (buf)->alloc);\
xrealloc          475 mbstring/oniguruma/regint.h     (buf)->p = (UChar* )xrealloc((buf)->p, new_alloc);\
xrealloc          282 mbstring/oniguruma/regparse.c     r = (UChar* )xrealloc(dest, capa + 1);
xrealloc          771 mbstring/oniguruma/regparse.c       t->e = (NameEntry* )xrealloc(t->e, sizeof(NameEntry) * alloc);
xrealloc          814 mbstring/oniguruma/regparse.c 	e->back_refs = (int* )xrealloc(e->back_refs, sizeof(int) * alloc);
xrealloc          969 mbstring/oniguruma/regparse.c 	p = (Node** )xrealloc(env->mem_nodes_dynamic, sizeof(Node*) * alloc);
xrealloc           25 mbstring/oniguruma/st.c void *xrealloc(void *, long);