Lines Matching refs:h_general
202 { h_general = 0 enumerator
1006 header_state = h_general; in php_http_parser_execute()
1018 case h_general: in php_http_parser_execute()
1023 header_state = (c == 'o' ? h_CO : h_general); in php_http_parser_execute()
1028 header_state = (c == 'n' ? h_CON : h_general); in php_http_parser_execute()
1041 header_state = h_general; in php_http_parser_execute()
1052 header_state = h_general; in php_http_parser_execute()
1064 header_state = h_general; in php_http_parser_execute()
1076 header_state = h_general; in php_http_parser_execute()
1088 header_state = h_general; in php_http_parser_execute()
1100 header_state = h_general; in php_http_parser_execute()
1110 if (ch != ' ') header_state = h_general; in php_http_parser_execute()
1154 header_state = h_general; in php_http_parser_execute()
1168 header_state = h_general; in php_http_parser_execute()
1176 header_state = h_general; in php_http_parser_execute()
1193 header_state = h_general; in php_http_parser_execute()
1198 header_state = h_general; in php_http_parser_execute()
1220 case h_general: in php_http_parser_execute()
1240 header_state = h_general; in php_http_parser_execute()
1251 header_state = h_general; in php_http_parser_execute()
1261 header_state = h_general; in php_http_parser_execute()
1270 if (ch != ' ') header_state = h_general; in php_http_parser_execute()
1275 header_state = h_general; in php_http_parser_execute()