Searched refs:CONTENT_LENGTH (Results 1 – 1 of 1) sorted by relevance
103 #define CONTENT_LENGTH "content-length" macro431 cond1 = parser->index > sizeof(CONTENT_LENGTH) - 1; in parser_header_state()432 if (cond1 || c != CONTENT_LENGTH[parser->index]) { in parser_header_state()434 } else if (parser->index == sizeof(CONTENT_LENGTH) - 2) { in parser_header_state()