Home | History | Annotate | Download | only in ssl

Lines Matching refs:newBuf

426 	unsigned char *newBuf;
428 newBuf = (unsigned char *) PORT_Realloc(b->buf, newLen);
430 newBuf = (unsigned char *) PORT_Alloc(newLen);
432 if (!newBuf) {
437 b->buf = newBuf;