Lines Matching refs:h_general
270 { h_general = 0 enumerator
1072 header_state = h_general; in php_http_parser_execute()
1084 case h_general: in php_http_parser_execute()
1089 header_state = (c == 'o' ? h_CO : h_general); in php_http_parser_execute()
1094 header_state = (c == 'n' ? h_CON : h_general); in php_http_parser_execute()
1107 header_state = h_general; in php_http_parser_execute()
1118 header_state = h_general; in php_http_parser_execute()
1130 header_state = h_general; in php_http_parser_execute()
1142 header_state = h_general; in php_http_parser_execute()
1154 header_state = h_general; in php_http_parser_execute()
1166 header_state = h_general; in php_http_parser_execute()
1176 if (ch != ' ') header_state = h_general; in php_http_parser_execute()
1220 header_state = h_general; in php_http_parser_execute()
1234 header_state = h_general; in php_http_parser_execute()
1242 header_state = h_general; in php_http_parser_execute()
1259 header_state = h_general; in php_http_parser_execute()
1264 header_state = h_general; in php_http_parser_execute()
1286 case h_general: in php_http_parser_execute()
1306 header_state = h_general; in php_http_parser_execute()
1317 header_state = h_general; in php_http_parser_execute()
1327 header_state = h_general; in php_http_parser_execute()
1336 if (ch != ' ') header_state = h_general; in php_http_parser_execute()
1341 header_state = h_general; in php_http_parser_execute()