Lines Matching refs:CR
305 #define CR '\r' macro
390 if (ch == CR || ch == LF) in php_http_parser_execute()
431 case CR: in php_http_parser_execute()
528 case CR: in php_http_parser_execute()
550 if (ch == CR) { in php_http_parser_execute()
568 if (ch == CR || ch == LF) in php_http_parser_execute()
755 case CR: in php_http_parser_execute()
798 case CR: in php_http_parser_execute()
832 case CR: in php_http_parser_execute()
869 case CR: in php_http_parser_execute()
903 case CR: in php_http_parser_execute()
992 if (ch == CR) { in php_http_parser_execute()
1023 if (ch == CR) { in php_http_parser_execute()
1182 if (ch == CR) { in php_http_parser_execute()
1208 if (ch == CR) { in php_http_parser_execute()
1264 if (ch == CR) { in php_http_parser_execute()
1470 if (ch == CR) { in php_http_parser_execute()
1494 if (ch == CR) { in php_http_parser_execute()
1536 STRICT_CHECK(ch != CR); in php_http_parser_execute()