Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_parser.c63 # define UNLIKELY(X) __builtin_expect(!!(X), 0) macro
66 # define UNLIKELY(X) (X) macro
93 if (UNLIKELY(parser->nread > (HTTP_MAX_HEADER_SIZE))) { in count_header_size()
216 if (UNLIKELY(cb(parser) != 0)) { in cb_notify()
221 if (UNLIKELY(HTTP_PARSER_ERRNO(parser) != HPE_OK)) { in cb_notify()
246 if (UNLIKELY(rc != 0)) { in cb_data()
251 if (UNLIKELY(HTTP_PARSER_ERRNO(parser) != HPE_OK)) { in cb_data()
503 } else if (UNLIKELY(p_lf != NULL)) { in header_states()
526 if (UNLIKELY(!IS_NUM(ch))) { in header_states()
539 if (UNLIKELY(value < parser->content_length)) { in header_states()
[all …]