Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.c1080 if (!http->fields[HTTP_FIELD_CONTENT_LENGTH][0]) in httpGetLength2()
1099 else if ((remaining = strtoll(http->fields[HTTP_FIELD_CONTENT_LENGTH], in httpGetLength2()
2715 http->fields[HTTP_FIELD_CONTENT_LENGTH][0] = '\0'; in httpSetLength()
2720 snprintf(http->fields[HTTP_FIELD_CONTENT_LENGTH], HTTP_MAX_VALUE, in httpSetLength()
3452 if (!http->fields[HTTP_FIELD_CONTENT_LENGTH][0]) in httpWriteResponse()
3453 httpSetField(http, HTTP_FIELD_CONTENT_LENGTH, "0"); in httpWriteResponse()
Dhttp.h160 HTTP_FIELD_CONTENT_LENGTH, /* Content-Length field */ enumerator