Home | History | Annotate | Download | only in regex

Lines Matching full:realloc

1039 		ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));
1044 ptr = (uch *)realloc((char *)p->g->setbits, nbytes);
1172 np = realloc(cs->multis, cs->smultis);
1379 sp = (sop *)realloc(p->strip, size*sizeof(sop));
1395 g->strip = (sop *)realloc((char *)p->strip, p->slen * sizeof(sop));