Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h275 } http_field_t; typedef
363 extern char *httpGetSubField(http_t *http, http_field_t field,
380 extern void httpSetField(http_t *http, http_field_t field,
H A Dhttp.c116 static http_field_t http_field(const char *name);
662 http_field_t field, /* I - Field index */ in httpGetSubField()
785 http_field_t field, /* I - Field index */ in httpSetField()
1556 http_field_t field; /* Field index */ in httpUpdate()
1963 static http_field_t /* O - Field index */
1971 return ((http_field_t)i); in http_field()