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