Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c641 int hbufsp = VS_BUF_SZ; in vs_icap_create_respmod_hdr() local
654 (void) memset(hbufp, 0, hbufsp); in vs_icap_create_respmod_hdr()
657 tlen = snprintf(hbufp, hbufsp, "RESPMOD icap://%s:%d/%s %s\r\n", in vs_icap_create_respmod_hdr()
659 if (tlen >= hbufsp) in vs_icap_create_respmod_hdr()
661 hbufp += tlen; hbufsp -= tlen; in vs_icap_create_respmod_hdr()
663 tlen = snprintf(hbufp, hbufsp, "Host: %s\r\n", my_host_name); in vs_icap_create_respmod_hdr()
664 if (tlen >= hbufsp) in vs_icap_create_respmod_hdr()
666 hbufp += tlen; hbufsp -= tlen; in vs_icap_create_respmod_hdr()
668 tlen = snprintf(hbufp, hbufsp, "Allow: 204\r\n"); in vs_icap_create_respmod_hdr()
669 if (tlen >= hbufsp) in vs_icap_create_respmod_hdr()
[all …]