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()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 …]