Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h253 HTTP_FIELD_CONTENT_LENGTH, enumerator
H A Dhttp.c1947 if (http->fields[HTTP_FIELD_CONTENT_LENGTH][0] == '\0') in httpGetLength()
1950 http->data_remaining = atoi(http->fields[HTTP_FIELD_CONTENT_LENGTH]); in httpGetLength()
/titanic_41/usr/src/lib/print/libpapi-ipp/common/
H A Dipp-support.c370 httpSetField(svc->connection, HTTP_FIELD_CONTENT_LENGTH, in ipp_send_initial_request_block()