Home
last modified time | relevance | path

Searched refs:ibuf_dynamic (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libopenbsd/
H A Dimsg.h82 struct ibuf *ibuf_dynamic(size_t, size_t);
H A Dimsg-buffer.c54 ibuf_dynamic(size_t len, size_t max) in ibuf_dynamic() function
H A Dimsg.c227 if ((wbuf = ibuf_dynamic(datalen, MAX_IMSGSIZE)) == NULL) { in imsg_create()