From 9cc11d6e68a20954f3624dd3a0192e75569b6467 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Jul 2023 11:16:22 +0200 Subject: build out of sources tree --- REFLECTION | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 90 insertions(+), 1 deletion(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 605e972..dbfe29a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 geoip version 1.1.1 ] { +Extension [ extension #124 geoip version 1.1.1 ] { - INI { Entry [ geoip.custom_directory ] @@ -27,48 +27,137 @@ Extension [ extension #117 geoip version 1.1.1 ] { - Functions { Function [ function geoip_database_info ] { + + - Parameters [1] { + Parameter #0 [ $database = ] + } } Function [ function geoip_country_code_by_name ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } } Function [ function geoip_country_code3_by_name ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } } Function [ function geoip_country_name_by_name ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } } Function [ function geoip_country_code_by_name_v6 ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } } Function [ function geoip_country_code3_by_name_v6 ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } } Function [ function geoip_country_name_by_name_v6 ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } } Function [ function geoip_continent_code_by_name ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } } Function [ function geoip_org_by_name ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } } Function [ function geoip_record_by_name ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } } Function [ function geoip_id_by_name ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } } Function [ function geoip_region_by_name ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } } Function [ function geoip_isp_by_name ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } } Function [ function geoip_db_avail ] { + + - Parameters [1] { + Parameter #0 [ $database ] + } } Function [ function geoip_db_get_all_info ] { + + - Parameters [0] { + } } Function [ function geoip_db_filename ] { + + - Parameters [1] { + Parameter #0 [ $database ] + } } Function [ function geoip_region_name_by_code ] { + + - Parameters [2] { + Parameter #0 [ $country_code ] + Parameter #1 [ $region_code ] + } } Function [ function geoip_time_zone_by_country_and_region ] { + + - Parameters [2] { + Parameter #0 [ $country_code ] + Parameter #1 [ $region_code ] + } } Function [ function geoip_setup_custom_directory ] { + + - Parameters [1] { + Parameter #0 [ $directory ] + } } Function [ function geoip_asnum_by_name ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } } Function [ function geoip_domain_by_name ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } } Function [ function geoip_netspeedcell_by_name ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } } } } -- cgit