Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c352 int bufsp = VS_BUF_SZ; in vs_icap_send_option_req() local
366 tlen = snprintf(bufp, bufsp, "OPTIONS icap://%s:%d/%s %s\r\n", in vs_icap_send_option_req()
369 bufsp -= tlen; in vs_icap_send_option_req()
371 tlen = snprintf(bufp, bufsp, "Host: %s\r\n\r\n", my_host_name); in vs_icap_send_option_req()