Home | History | Annotate | Download | only in src

Lines Matching refs:restlen

5566 	size_t restlen;
5595 restlen = xep - evend;
5597 if (evbeg + newlen + restlen >= xend)
5602 xep = xcp + restlen;
5603 memmove(xcp, evend, restlen + /* NUL */ 1);