Searched refs:UNLIKELY (Results 1 – 1 of 1) sorted by relevance
63 # define UNLIKELY(X) __builtin_expect(!!(X), 0) macro66 # define UNLIKELY(X) (X) macro93 if (UNLIKELY(parser->nread > (HTTP_MAX_HEADER_SIZE))) { in count_header_size()224 if (UNLIKELY(cb(parser) != 0)) { in cb_notify()229 if (UNLIKELY(HTTP_PARSER_ERRNO(parser) != HPE_OK)) { in cb_notify()254 if (UNLIKELY(rc != 0)) { in cb_data()259 if (UNLIKELY(HTTP_PARSER_ERRNO(parser) != HPE_OK)) { in cb_data()548 } else if (UNLIKELY(p_lf != NULL)) { in header_states()571 if (UNLIKELY(!IS_NUM(ch))) { in header_states()584 if (UNLIKELY(value < parser->content_length)) { in header_states()[all …]