Home
last modified time | relevance | path

Searched refs:GetServerVariable (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c170 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()
363 if (lpECB->GetServerVariable(lpECB->ConnID, "HTTP_COOKIE", variable_buf, &variable_len)) { in sapi_isapi_read_cookies()
368 if (lpECB->GetServerVariable(lpECB->ConnID, "HTTP_COOKIE", tmp_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()
547 …if (lpECB->GetServerVariable(lpECB->ConnID, "HTTP_AUTHORIZATION", static_variable_buf, &variable_l… 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()
757 …if(lpECB->GetServerVariable(lpECB->ConnID, "SCRIPT_FILENAME", static_variable_buf, &variable_len))… in init_request_info()
[all …]
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c66 if (lpCB->GetServerVariable(lpCB->ConnID, "SERVER_NAME", variable_buf, &variable_len) in php_info_pi3web()
90 if (lpCB->GetServerVariable(lpCB->ConnID, pKey, variable_buf, &variable_len) in php_info_pi3web()
97 if (lpCB->GetServerVariable(lpCB->ConnID, pKey, tmp_variable_buf, &variable_len) in php_info_pi3web()
251 if (lpCB->GetServerVariable(lpCB->ConnID, "HTTP_COOKIE", variable_buf, &variable_len)) { in sapi_pi3web_read_cookies()
256 if (lpCB->GetServerVariable(lpCB->ConnID, "HTTP_COOKIE", tmp_variable_buf, &variable_len)) { in sapi_pi3web_read_cookies()
297 if (lpCB->GetServerVariable(lpCB->ConnID, pKey, static_variable_buf, &variable_len) in sapi_pi3web_register_variables()
302 if (lpCB->GetServerVariable(lpCB->ConnID, pKey, variable_buf, &variable_len)) { in sapi_pi3web_register_variables()
313 if (lpCB->GetServerVariable(lpCB->ConnID, "SCRIPT_NAME", static_variable_buf, &variable_len) in sapi_pi3web_register_variables()
H A Dpi3web_sapi.h69 BOOL (* GetServerVariable) ( HCONN hConn, member
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp70 BOOL WINAPI GetServerVariable(HCONN, LPSTR, LPVOID, LPDWORD );
727 BOOL WINAPI GetServerVariable(HCONN hConn, LPSTR lpszVariableName, in GetServerVariable() function
891 ECB->GetServerVariable = GetServerVariable; in FillExtensionControlBlock()

Completed in 17 milliseconds