Searched refs:content_length (Results 1 - 9 of 9) sorted by relevance

/dovecot/src/lib-http/
H A Dhttp-message-parser.h34 uoff_t content_length; member in struct:http_message
H A Dhttp-message-parser.c204 if (str_to_uoff(hdr->value, &parser->msg.content_length) < 0) {
516 } else if (parser->msg.content_length > 0) {
518 && parser->msg.content_length > parser->max_payload_size) {
526 parser->msg.content_length);
530 parser->msg.content_length,
H A Dhttp-response-parser.c358 parser->parser.msg.content_length > 0) {
362 parser->parser.msg.content_length);
H A Dtest-http-response-parser.c18 uoff_t content_length; member in struct:valid_parse_test_response
H A Dtest-http-request-parser.c29 uoff_t content_length; member in struct:http_request_valid_parse_test
/dovecot/src/lib-storage/index/mbox/
H A Dmbox-sync-private.h86 uoff_t content_length; member in struct:mbox_sync_mail_context
H A Dmbox-sync-parse.c415 if (ctx->content_length != (uoff_t)-1) {
433 ctx->content_length = value;
475 ctx->content_length = (uoff_t)-1;
H A Dmbox-sync-update.c257 if (ctx->content_length == (uoff_t)-1 &&
H A Dmbox-sync.c162 mail_ctx->content_length,

Completed in 25 milliseconds