Searched refs:HTTP_FIELD_CONTENT_LENGTH (Results 1 – 3 of 3) sorted by relevance
251 HTTP_FIELD_CONTENT_LENGTH, enumerator
1945 if (http->fields[HTTP_FIELD_CONTENT_LENGTH][0] == '\0') in httpGetLength()1948 http->data_remaining = atoi(http->fields[HTTP_FIELD_CONTENT_LENGTH]); in httpGetLength()
370 httpSetField(svc->connection, HTTP_FIELD_CONTENT_LENGTH, in ipp_send_initial_request_block()