Home | History | Annotate | Download | only in regex

Lines Matching refs:nbytes

1026 	size_t nbytes;
1037 nbytes = nc / CHAR_BIT * css;
1044 ptr = (uch *)realloc((char *)p->g->setbits, nbytes);
1052 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css);