Searched refs:hbufsp (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/vscan/vscand/ |
H A D | vs_icap.c | 641 int hbufsp = VS_BUF_SZ; local 654 (void) memset(hbufp, 0, hbufsp); 657 tlen = snprintf(hbufp, hbufsp, "RESPMOD icap://%s:%d/%s %s\r\n", 659 if (tlen >= hbufsp) 661 hbufp += tlen; hbufsp -= tlen; 663 tlen = snprintf(hbufp, hbufsp, "Host: %s\r\n", my_host_name); 664 if (tlen >= hbufsp) 666 hbufp += tlen; hbufsp -= tlen; 668 tlen = snprintf(hbufp, hbufsp, "Allow: 204\r\n"); 669 if (tlen >= hbufsp) [all...] |
Completed in 54 milliseconds