Searched refs:MAX_IMSGSIZE (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/lib/libopenbsd/
H A Dimsg.c137 imsg->hdr.len > MAX_IMSGSIZE) {
219 if (datalen > MAX_IMSGSIZE) {
229 if ((wbuf = ibuf_dynamic(datalen, MAX_IMSGSIZE)) == NULL) {
H A Dimsg.h28 #define MAX_IMSGSIZE 16384 macro

Completed in 98 milliseconds