Lines Matching refs:ULLONG_MAX
32 #ifndef ULLONG_MAX
33 # define ULLONG_MAX ((uint64_t) -1) /* 2^64-1 */ macro
729 parser->content_length = ULLONG_MAX; in http_parser_execute()
775 parser->content_length = ULLONG_MAX; in http_parser_execute()
984 parser->content_length = ULLONG_MAX; in http_parser_execute()
1606 if (UNLIKELY((ULLONG_MAX - 10) / 10 < parser->content_length)) { in http_parser_execute()
1868 (parser->content_length > 0 && parser->content_length != ULLONG_MAX); in http_parser_execute()
1888 } else if (parser->content_length != ULLONG_MAX) { in http_parser_execute()
1912 && parser->content_length != ULLONG_MAX); in http_parser_execute()
2002 if (UNLIKELY((ULLONG_MAX - 16) / 16 < parser->content_length)) { in http_parser_execute()
2046 && parser->content_length != ULLONG_MAX); in http_parser_execute()
2134 if ((parser->flags & F_CHUNKED) || parser->content_length != ULLONG_MAX) { in http_message_needs_eof()