Searched refs:bufh (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/opencrypto/
H A Dcryptodeflate.c81 struct deflate_buf *bufh, *bufp; local
85 bufh = bufp = NULL;
105 bufh = bufp = malloc(sizeof(*bufp) + (size_t)(size * i),
207 for (bufp = bufh; bufp != NULL; ) {
235 for (bufp = bufh; bufp != NULL; ) {

Completed in 107 milliseconds