http_major       1644 sapi/cli/php_cli_server.c 	client->request.protocol_version = parser->http_major * 100 + parser->http_minor;
http_major        466 sapi/cli/php_http_parser.c         parser->http_major = ch - '0';
http_major        480 sapi/cli/php_http_parser.c         parser->http_major *= 10;
http_major        481 sapi/cli/php_http_parser.c         parser->http_major += ch - '0';
http_major        483 sapi/cli/php_http_parser.c         if (parser->http_major > 999) goto error;
http_major        771 sapi/cli/php_http_parser.c             parser->http_major = 0;
http_major        778 sapi/cli/php_http_parser.c             parser->http_major = 0;
http_major        813 sapi/cli/php_http_parser.c             parser->http_major = 0;
http_major        819 sapi/cli/php_http_parser.c             parser->http_major = 0;
http_major        848 sapi/cli/php_http_parser.c             parser->http_major = 0;
http_major        855 sapi/cli/php_http_parser.c             parser->http_major = 0;
http_major        884 sapi/cli/php_http_parser.c             parser->http_major = 0;
http_major        890 sapi/cli/php_http_parser.c             parser->http_major = 0;
http_major        919 sapi/cli/php_http_parser.c             parser->http_major = 0;
http_major        926 sapi/cli/php_http_parser.c             parser->http_major = 0;
http_major        974 sapi/cli/php_http_parser.c         parser->http_major = ch - '0';
http_major        988 sapi/cli/php_http_parser.c         parser->http_major *= 10;
http_major        989 sapi/cli/php_http_parser.c         parser->http_major += ch - '0';
http_major        991 sapi/cli/php_http_parser.c         if (parser->http_major > 999) goto error;
http_major       1591 sapi/cli/php_http_parser.c   if (parser->http_major > 0 && parser->http_minor > 0) {
http_major        126 sapi/cli/php_http_parser.h   unsigned short http_major;