Searched refs:lpECB (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/sapi/isapi/ |
H A D | php5isapi.c | 159 LPEXTENSION_CONTROL_BLOCK lpECB; in php_info_isapi() local 170 if (lpECB->GetServerVariable(lpECB->ConnID, *p, variable_buf, &variable_len) in php_info_isapi() 177 if (lpECB->GetServerVariable(lpECB->ConnID, *p, tmp_variable_buf, &variable_len) in php_info_isapi() 346 if (!lpECB->ReadClient(lpECB->ConnID, buffer+read_from_buf+cbRead, &cbSize) || cbSize==0) { in sapi_isapi_read_post() 363 if (lpECB->GetServerVariable(lpECB->ConnID, "HTTP_COOKIE", variable_buf, &variable_len)) { in sapi_isapi_read_cookies() 425 lpECB->GetServerVariable(lpECB->ConnID, "SCRIPT_NAME", static_variable_buf, &scriptname_len); in sapi_isapi_register_zeus_variables() 496 lpECB->GetServerVariable(lpECB->ConnID, "SCRIPT_NAME", static_variable_buf, &scriptname_len); in sapi_isapi_register_iis_variables() 571 if (lpECB->GetServerVariable(lpECB->ConnID, *p, static_variable_buf, &variable_len) in sapi_isapi_register_server_variables2() 579 if (lpECB->GetServerVariable(lpECB->ConnID, *p, variable_buf, &variable_len) in sapi_isapi_register_server_variables2() 764 lpECB->GetServerVariable(lpECB->ConnID, "SCRIPT_NAME", static_variable_buf, &variable_len); in init_request_info() [all …]
|
Completed in 10 milliseconds