From 2d5ce2e9f2d8f923a865c68f062c9b303a24dfd5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Oct 2020 11:21:34 +0200 Subject: new package --- REFLECTION | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..8be2f86 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,107 @@ +Extension [ extension #79 ip2proxy version 3.0.0 ] { + + - Constants [4] { + Constant [ int IP2PROXY_FILE_IO ] { 0 } + Constant [ int IP2PROXY_CACHE_MEMORY ] { 1 } + Constant [ int IP2PROXY_SHARED_MEMORY ] { 2 } + Constant [ int IP2PROXY_RECORD ] { 0 } + } + + - Functions { + Function [ function ip2proxy_open ] { + + - Parameters [1] { + Parameter #0 [ $file_path ] + } + } + Function [ function ip2proxy_open_mem ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } + } + Function [ function ip2proxy_get_country_short ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } + } + Function [ function ip2proxy_get_country_long ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } + } + Function [ function ip2proxy_get_region ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } + } + Function [ function ip2proxy_get_city ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } + } + Function [ function ip2proxy_get_isp ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } + } + Function [ function ip2proxy_get_domain ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } + } + Function [ function ip2proxy_get_usage_type ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } + } + Function [ function ip2proxy_get_asn ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } + } + Function [ function ip2proxy_get_as ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } + } + Function [ function ip2proxy_get_last_seen ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } + } + Function [ function ip2proxy_get_threat ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } + } + Function [ function ip2proxy_get_all ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } + } + Function [ function ip2proxy_close ] { + + - Parameters [0] { + } + } + Function [ function ip2proxy_delete_shm ] { + + - Parameters [0] { + } + } + } +} + -- cgit