Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h273 } http_field_t; typedef
361 extern char *httpGetSubField(http_t *http, http_field_t field,
378 extern void httpSetField(http_t *http, http_field_t field,
H A Dhttp.c114 static http_field_t http_field(const char *name);
660 http_field_t field, /* I - Field index */ in httpGetSubField()
783 http_field_t field, /* I - Field index */ in httpSetField()
1554 http_field_t field; /* Field index */ in httpUpdate()
1961 static http_field_t /* O - Field index */
1969 return ((http_field_t)i); in http_field()