Searched refs:hbufp (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/vscan/vscand/ |
H A D | vs_icap.c | 643 char *hbufp = hbuf0; 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() 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() 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() 671 hbufp += tlen; hbufsp -= tlen; in vs_icap_create_respmod_hdr() 674 tlen = snprintf(hbufp, hbufsp, "Preview: %d\r\n", preview_len); in vs_icap_create_respmod_hdr() 677 hbufp += tlen; hbufsp -= tlen; in vs_icap_create_respmod_hdr() [all …]
|