summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 927d06d3fb40bdfd0248e698469a9b47592188d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Extension [ <persistent> extension #117 ip2proxy version 3.0.1 ] {

  - 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 [ <internal:ip2proxy> function ip2proxy_open ] {

      - Parameters [1] {
        Parameter #0 [ <required> $file_path ]
      }
    }
    Function [ <internal:ip2proxy> function ip2proxy_open_mem ] {

      - Parameters [1] {
        Parameter #0 [ <required> $method ]
      }
    }
    Function [ <internal:ip2proxy> function ip2proxy_get_country_short ] {

      - Parameters [1] {
        Parameter #0 [ <required> $ip_address ]
      }
    }
    Function [ <internal:ip2proxy> function ip2proxy_get_country_long ] {

      - Parameters [1] {
        Parameter #0 [ <required> $ip_address ]
      }
    }
    Function [ <internal:ip2proxy> function ip2proxy_get_region ] {

      - Parameters [1] {
        Parameter #0 [ <required> $ip_address ]
      }
    }
    Function [ <internal:ip2proxy> function ip2proxy_get_city ] {

      - Parameters [1] {
        Parameter #0 [ <required> $ip_address ]
      }
    }
    Function [ <internal:ip2proxy> function ip2proxy_get_isp ] {

      - Parameters [1] {
        Parameter #0 [ <required> $ip_address ]
      }
    }
    Function [ <internal:ip2proxy> function ip2proxy_get_domain ] {

      - Parameters [1] {
        Parameter #0 [ <required> $ip_address ]
      }
    }
    Function [ <internal:ip2proxy> function ip2proxy_get_usage_type ] {

      - Parameters [1] {
        Parameter #0 [ <required> $ip_address ]
      }
    }
    Function [ <internal:ip2proxy> function ip2proxy_get_asn ] {

      - Parameters [1] {
        Parameter #0 [ <required> $ip_address ]
      }
    }
    Function [ <internal:ip2proxy> function ip2proxy_get_as ] {

      - Parameters [1] {
        Parameter #0 [ <required> $ip_address ]
      }
    }
    Function [ <internal:ip2proxy> function ip2proxy_get_last_seen ] {

      - Parameters [1] {
        Parameter #0 [ <required> $ip_address ]
      }
    }
    Function [ <internal:ip2proxy> function ip2proxy_get_threat ] {

      - Parameters [1] {
        Parameter #0 [ <required> $ip_address ]
      }
    }
    Function [ <internal:ip2proxy> function ip2proxy_get_all ] {

      - Parameters [1] {
        Parameter #0 [ <required> $ip_address ]
      }
    }
    Function [ <internal:ip2proxy> function ip2proxy_close ] {

      - Parameters [0] {
      }
    }
    Function [ <internal:ip2proxy> function ip2proxy_delete_shm ] {

      - Parameters [0] {
      }
    }
  }
}