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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c63 * http_field() - Return the field index for a field name.
116 static http_field_t http_field(const char *name);
1675 else if ((field = http_field(line)) == HTTP_FIELD_UNKNOWN)
1960 * 'http_field()' - Return the field index for a field name.
1964 http_field(const char *name) /* I - String name */ function

Completed in 48 milliseconds