Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/nghttp/port/
Dhttp_parser.c32 #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()
[all …]