header_info       247 sapi/isapi/php5isapi.c 	HSE_SEND_HEADER_EX_INFO header_info;
header_info       272 sapi/isapi/php5isapi.c 			header_info.pszStatus = "200 OK";
header_info       275 sapi/isapi/php5isapi.c 			header_info.pszStatus = "302 Moved Temporarily";
header_info       278 sapi/isapi/php5isapi.c 			header_info.pszStatus = "401 Authorization Required";
header_info       296 sapi/isapi/php5isapi.c 			header_info.pszStatus = status_buf;
header_info       300 sapi/isapi/php5isapi.c 	header_info.cchStatus = strlen(header_info.pszStatus);
header_info       301 sapi/isapi/php5isapi.c 	header_info.pszHeader = combined_headers;
header_info       302 sapi/isapi/php5isapi.c 	header_info.cchHeader = total_length;
header_info       303 sapi/isapi/php5isapi.c 	header_info.fKeepConn = FALSE;
header_info       306 sapi/isapi/php5isapi.c 	lpECB->ServerSupportFunction(lpECB->ConnID, HSE_REQ_SEND_RESPONSE_HEADER_EX, &header_info, NULL, NULL);
header_info       785 sapi/isapi/php5isapi.c 		HSE_SEND_HEADER_EX_INFO header_info;
header_info       788 sapi/isapi/php5isapi.c 		header_info.pszStatus = "500 Internal Server Error";
header_info       789 sapi/isapi/php5isapi.c 		header_info.cchStatus = strlen(header_info.pszStatus);
header_info       790 sapi/isapi/php5isapi.c 		header_info.pszHeader = "Content-Type: text/html\r\n\r\n";
header_info       791 sapi/isapi/php5isapi.c 		header_info.cchHeader = strlen(header_info.pszHeader);
header_info       794 sapi/isapi/php5isapi.c 		lpECB->ServerSupportFunction(lpECB->ConnID, HSE_REQ_SEND_RESPONSE_HEADER_EX, &header_info, NULL, NULL);