Searched refs:header_info (Results 1 – 1 of 1) sorted by relevance
247 HSE_SEND_HEADER_EX_INFO header_info; in sapi_isapi_send_headers() local272 header_info.pszStatus = "200 OK"; in sapi_isapi_send_headers()275 header_info.pszStatus = "302 Moved Temporarily"; in sapi_isapi_send_headers()296 header_info.pszStatus = status_buf; in sapi_isapi_send_headers()300 header_info.cchStatus = strlen(header_info.pszStatus); in sapi_isapi_send_headers()301 header_info.pszHeader = combined_headers; in sapi_isapi_send_headers()302 header_info.cchHeader = total_length; in sapi_isapi_send_headers()303 header_info.fKeepConn = FALSE; in sapi_isapi_send_headers()785 HSE_SEND_HEADER_EX_INFO header_info; in php_isapi_report_exception() local789 header_info.cchStatus = strlen(header_info.pszStatus); in php_isapi_report_exception()[all …]
Completed in 12 milliseconds