Lines Matching refs:h_general
269 { h_general = 0 enumerator
1062 header_state = h_general; in php_http_parser_execute()
1074 case h_general: in php_http_parser_execute()
1079 header_state = (c == 'o' ? h_CO : h_general); in php_http_parser_execute()
1084 header_state = (c == 'n' ? h_CON : h_general); in php_http_parser_execute()
1097 header_state = h_general; in php_http_parser_execute()
1108 header_state = h_general; in php_http_parser_execute()
1120 header_state = h_general; in php_http_parser_execute()
1132 header_state = h_general; in php_http_parser_execute()
1144 header_state = h_general; in php_http_parser_execute()
1156 header_state = h_general; in php_http_parser_execute()
1166 if (ch != ' ') header_state = h_general; in php_http_parser_execute()
1210 header_state = h_general; in php_http_parser_execute()
1224 header_state = h_general; in php_http_parser_execute()
1232 header_state = h_general; in php_http_parser_execute()
1249 header_state = h_general; in php_http_parser_execute()
1254 header_state = h_general; in php_http_parser_execute()
1276 case h_general: in php_http_parser_execute()
1296 header_state = h_general; in php_http_parser_execute()
1307 header_state = h_general; in php_http_parser_execute()
1317 header_state = h_general; in php_http_parser_execute()
1326 if (ch != ' ') header_state = h_general; in php_http_parser_execute()
1331 header_state = h_general; in php_http_parser_execute()