Lines Matching refs:GetServerVariable

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()
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()
391 …if( lpECB->GetServerVariable( lpECB->ConnID, "SSL_CLIENT_C", static_variable_buf, &variable_len ) … in sapi_isapi_register_zeus_ssl_variables()
396 …if( lpECB->GetServerVariable( lpECB->ConnID, "SSL_CLIENT_ST", static_variable_buf, &variable_len )… in sapi_isapi_register_zeus_ssl_variables()
403 …if( lpECB->GetServerVariable( lpECB->ConnID, "SSL_CLIENT_I_C", static_variable_buf, &variable_len … in sapi_isapi_register_zeus_ssl_variables()
408 …if( lpECB->GetServerVariable( lpECB->ConnID, "SSL_CLIENT_I_ST", static_variable_buf, &variable_len… in sapi_isapi_register_zeus_ssl_variables()
425 lpECB->GetServerVariable(lpECB->ConnID, "SCRIPT_NAME", static_variable_buf, &scriptname_len); in sapi_isapi_register_zeus_variables()
430 …if ( lpECB->GetServerVariable(lpECB->ConnID, "PATH_INFO", static_variable_buf, &variable_len) && s… in sapi_isapi_register_zeus_variables()
452 …if ( lpECB->GetServerVariable(lpECB->ConnID, "PATH_TRANSLATED", static_variable_buf, &variable_len… in sapi_isapi_register_zeus_variables()
459 …if ( lpECB->GetServerVariable(lpECB->ConnID, "AUTH_USER", static_variable_buf, &variable_len) && s… in sapi_isapi_register_zeus_variables()
463 …if ( lpECB->GetServerVariable(lpECB->ConnID, "AUTH_PASSWORD", static_variable_buf, &variable_len) … in sapi_isapi_register_zeus_variables()
467 …if ( lpECB->GetServerVariable(lpECB->ConnID, "AUTH_TYPE", static_variable_buf, &variable_len) && s… in sapi_isapi_register_zeus_variables()
473 …if ( lpECB->GetServerVariable(lpECB->ConnID, "CERT_COOKIE", static_variable_buf, &variable_len) &&… in sapi_isapi_register_zeus_variables()
478 …if ( lpECB->GetServerVariable(lpECB->ConnID, "SERVER_SOFTWARE", static_variable_buf, &variable_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()
503 …if ( lpECB->GetServerVariable(lpECB->ConnID, "PATH_INFO", static_variable_buf, &variable_len) && s… in sapi_isapi_register_iis_variables()
521 …if ( lpECB->GetServerVariable(lpECB->ConnID, "PATH_TRANSLATED", static_variable_buf, &variable_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()
764 lpECB->GetServerVariable(lpECB->ConnID, "SCRIPT_NAME", static_variable_buf, &variable_len); in init_request_info()