Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c114 static http_field_t http_field(const char *name);
1673 else if ((field = http_field(line)) == HTTP_FIELD_UNKNOWN) in httpUpdate()
1962 http_field(const char *name) /* I - String name */ in http_field() function