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

/netbsd-current/external/bsd/libbind/dist/isc/
H A Dctl_p.h8 #define MAX_LINELEN 990 /*%< Like SMTP. */ macro
H A Dctl_p.c84 buf->text = memget(MAX_LINELEN);
97 memput(buf->text, MAX_LINELEN);
H A Dctl_clnt.c255 if (len >= (size_t)MAX_LINELEN) {
510 MAX_LINELEN - ctx->inbuf.used);
564 if (ctx->inbuf.used == (size_t)MAX_LINELEN) {
H A Dctl_srvr.c329 if (sizeof "000-\r\n" + strlen(text) > (size_t)MAX_LINELEN) {
591 MAX_LINELEN - sess->inbuf.used);
620 if (sess->inbuf.used == (size_t)MAX_LINELEN) {

Completed in 73 milliseconds