Searched defs:hdr_etag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c982 char hdr_etag[] = "ETag: "; local
987 sz += sizeof (hdr_etag) - 1 +
1082 cnt = sizeof (hdr_etag) - 1;
1083 bcopy(hdr_etag, cp, cnt);

Completed in 55 milliseconds