Home
last modified time | relevance | path

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

/dports/dns/gdnsd2/gdnsd-2.4.3/libgdmaps/
H A Dgdgeoip2.c65 bool city_auto_mode; member
117 …char* map_name, dclists_t* dclists, const dcmap_t* dcmap, const bool city_auto_mode, const bool ci… in geoip2_new() argument
175 if(city_auto_mode) { in geoip2_new()
190 db->city_auto_mode = city_auto_mode; in geoip2_new()
311 dmn_assert(db->dcmap || db->city_auto_mode); in geoip2_get_dclist()
341 dmn_assert(db->city_auto_mode && db->is_city); in geoip2_get_dclist()
499 …char* map_name, dclists_t* dclists, const dcmap_t* dcmap, const bool city_auto_mode, const bool ci… in gdgeoip2_make_list() argument
502 geoip2_t* db = geoip2_new(pathname, map_name, dclists, dcmap, city_auto_mode, city_no_region); in gdgeoip2_make_list()
504 if(!city_auto_mode && !dcmap) { in gdgeoip2_make_list()
537 …lists_t* dclists V_UNUSED, const dcmap_t* dcmap V_UNUSED, const bool city_auto_mode V_UNUSED, cons… in gdgeoip2_make_list()
H A Dgdgeoip.c160 bool city_auto_mode; member
275 if(!db->city_auto_mode && !db->dcmap) in city_get_dclist()
381 dmn_assert(db->city_auto_mode); in city_get_dclist()
498 … dcmap, const fips_t* fips, const gdgeoip_v4o_t v4o_flag, const bool city_auto_mode, const bool ci… in geoip_db_open() argument
505 db->city_auto_mode = city_auto_mode; in geoip_db_open()
554 if(city_auto_mode) { in geoip_db_open()
624 … dcmap, const fips_t* fips, const gdgeoip_v4o_t v4o_flag, const bool city_auto_mode, const bool ci… in gdgeoip_make_list() argument
629 … = geoip_db_open(pathname, map_name, dclists, dcmap, fips, v4o_flag, city_auto_mode, city_no_regio… in gdgeoip_make_list()
H A Dgdgeoip2.h34 …char* map_name, dclists_t* dclists, const dcmap_t* dcmap, const bool city_auto_mode, const bool ci…
H A Dgdgeoip.h43 … dcmap, const fips_t* fips, const gdgeoip_v4o_t v4o_flag, const bool city_auto_mode, const bool ci…
H A Dgdmaps.c96 bool city_auto_mode; member
121 gdmap->city_auto_mode = dc_auto_cfg ? true : false; in gdmap_new()
161 gdmap->dcmap = dcmap_new(map_map, gdmap->dclists_pend, 0, 0, name, gdmap->city_auto_mode); in gdmap_new()
251 gdmap->city_auto_mode, in gdmap_update_geoip()
263 gdmap->city_auto_mode, in gdmap_update_geoip()