Home
last modified time | relevance | path

Searched refs:mmdb (Results 1 – 4 of 4) sorted by relevance

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
Dmaxminddb.c70 MMDB_s *mmdb; member
76 MMDB_s *mmdb; member
166 MMDB_s *mmdb = (MMDB_s *)emalloc(sizeof(MMDB_s)); in ZEND_END_ARG_INFO() local
167 uint16_t status = MMDB_open(db_file, MMDB_MODE_MMAP, mmdb); in ZEND_END_ARG_INFO()
174 efree(mmdb); in ZEND_END_ARG_INFO()
179 mmdb_obj->mmdb = mmdb; in ZEND_END_ARG_INFO()
232 MMDB_s *mmdb = mmdb_obj->mmdb; in get_record() local
234 if (NULL == mmdb) { in get_record()
265 MMDB_lookup_sockaddr(mmdb, addresses->ai_addr, &mmdb_error); in get_record()
285 if (sa_family == AF_INET && mmdb->metadata.ip_version == 6) { in get_record()
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
D003-open-basedir.phpt9 $reader = new Reader('/usr/local/share/GeoIP/GeoIP2-City.mmdb');
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
DREADME.md123 $reader = new Reader('/usr/local/share/GeoIP/GeoIP2-City.mmdb');
154 $reader = new Reader('/usr/local/share/GeoIP/GeoIP2-Anonymous-IP.mmdb');
172 $reader = new Reader('/usr/local/share/GeoIP/GeoIP2-Connection-Type.mmdb');
190 $reader = new Reader('/usr/local/share/GeoIP/GeoIP2-Domain.mmdb');
208 $reader = new Reader('/usr/local/share/GeoIP/GeoIP2-Enterprise.mmdb');
242 $reader = new Reader('/usr/local/share/GeoIP/GeoIP2-ISP.mmdb');
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
DREADME.md57 $reader = new Reader('example.mmdb');
90 $databaseFile = 'GeoIP2-City.mmdb';