http_major 1756 sapi/cli/php_cli_server.c client->request.protocol_version = parser->http_major * 100 + parser->http_minor; http_major 464 sapi/cli/php_http_parser.c parser->http_major = ch - '0'; http_major 478 sapi/cli/php_http_parser.c parser->http_major *= 10; http_major 479 sapi/cli/php_http_parser.c parser->http_major += ch - '0'; http_major 481 sapi/cli/php_http_parser.c if (parser->http_major > 999) goto error; http_major 768 sapi/cli/php_http_parser.c parser->http_major = 0; http_major 775 sapi/cli/php_http_parser.c parser->http_major = 0; http_major 810 sapi/cli/php_http_parser.c parser->http_major = 0; http_major 816 sapi/cli/php_http_parser.c parser->http_major = 0; http_major 845 sapi/cli/php_http_parser.c parser->http_major = 0; http_major 852 sapi/cli/php_http_parser.c parser->http_major = 0; http_major 881 sapi/cli/php_http_parser.c parser->http_major = 0; http_major 887 sapi/cli/php_http_parser.c parser->http_major = 0; http_major 916 sapi/cli/php_http_parser.c parser->http_major = 0; http_major 923 sapi/cli/php_http_parser.c parser->http_major = 0; http_major 971 sapi/cli/php_http_parser.c parser->http_major = ch - '0'; http_major 985 sapi/cli/php_http_parser.c parser->http_major *= 10; http_major 986 sapi/cli/php_http_parser.c parser->http_major += ch - '0'; http_major 988 sapi/cli/php_http_parser.c if (parser->http_major > 999) goto error; http_major 1585 sapi/cli/php_http_parser.c if (parser->http_major > 0 && parser->http_minor > 0) { http_major 125 sapi/cli/php_http_parser.h unsigned short http_major;