Home
last modified time | relevance | path

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

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
Dmaxminddb.c141 PHP_METHOD(MaxMind_Db_Reader, __construct) { in ZEND_END_ARG_INFO()
186 PHP_METHOD(MaxMind_Db_Reader, get) { in ZEND_END_ARG_INFO()
191 PHP_METHOD(MaxMind_Db_Reader, getWithPrefixLen) { in PHP_METHOD() argument
321 PHP_METHOD(MaxMind_Db_Reader, metadata) { in ZEND_END_ARG_INFO()
383 PHP_METHOD(MaxMind_Db_Reader, close) { in PHP_METHOD() argument
644 PHP_ME(MaxMind_Db_Reader, __construct, arginfo_maxmindbreader_construct,
646 PHP_ME(MaxMind_Db_Reader, close, arginfo_maxmindbreader_void, ZEND_ACC_PUBLIC)
647 PHP_ME(MaxMind_Db_Reader, get, arginfo_maxmindbreader_get, ZEND_ACC_PUBLIC)
648 PHP_ME(MaxMind_Db_Reader, getWithPrefixLen, arginfo_maxmindbreader_get, ZEND_ACC_PUBLIC)
649 PHP_ME(MaxMind_Db_Reader, metadata, arginfo_maxmindbreader_void, ZEND_ACC_PUBLIC)