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

/bind-9.11.3/bin/dig/include/dig/
H A Ddig.h34 #define COMMSIZE 0xffff macro
/bind-9.11.3/bin/dig/
H A Dnslookup.c862 buf = isc_mem_allocate(mctx, COMMSIZE);
874 ptr = fgets(buf, COMMSIZE, stdin);
877 ptr = fgets(buf, COMMSIZE, stdin);
H A Ddig.c889 result = parse_uint(&num, value, COMMSIZE,
H A Ddighost.c1616 result = isc_mempool_create(mctx, COMMSIZE, &commctx);
2611 isc_buffer_init(&lookup->renderbuf, lookup->sendspace, COMMSIZE);
2817 isc_buffer_init(&query->recvbuf, query->recvspace, COMMSIZE);
4347 isc_buffer_init(&query->recvbuf, query->recvspace, COMMSIZE);
/bind-9.11.3/bin/tools/
H A Dmdig.c72 #define COMMSIZE 0xffff macro
1135 result = parse_uint(&num, value, COMMSIZE,

Completed in 39 milliseconds