ServerSupportFunction 306 sapi/isapi/php5isapi.c lpECB->ServerSupportFunction(lpECB->ConnID, HSE_REQ_SEND_RESPONSE_HEADER_EX, &header_info, NULL, NULL);
ServerSupportFunction 524 sapi/isapi/php5isapi.c if (lpECB->ServerSupportFunction(lpECB->ConnID, HSE_REQ_MAP_URL_TO_PATH_EX, path_info_buf, &pathinfo_len, (LPDWORD) &humi)) {
ServerSupportFunction 536 sapi/isapi/php5isapi.c if (lpECB->ServerSupportFunction(lpECB->ConnID, HSE_REQ_MAP_URL_TO_PATH_EX, static_variable_buf, &variable_len, (LPDWORD) &humi)) {
ServerSupportFunction 765 sapi/isapi/php5isapi.c if (lpECB->ServerSupportFunction(lpECB->ConnID, HSE_REQ_MAP_URL_TO_PATH_EX, static_variable_buf, &variable_len, (LPDWORD) &humi)) {
ServerSupportFunction 794 sapi/isapi/php5isapi.c lpECB->ServerSupportFunction(lpECB->ConnID, HSE_REQ_SEND_RESPONSE_HEADER_EX, &header_info, NULL, NULL);
ServerSupportFunction 73 sapi/isapi/stresstest/stresstest.cpp BOOL WINAPI ServerSupportFunction(HCONN, DWORD, LPVOID, LPDWORD, LPDWORD);
ServerSupportFunction 894 sapi/isapi/stresstest/stresstest.cpp ECB->ServerSupportFunction = ServerSupportFunction;