Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h132 } http_version_t; typedef
305 http_version_t version; /* Protocol version */
H A Dhttp.c1640 http->version = (http_version_t)(major * 100 + minor); in httpUpdate()