Home
last modified time | relevance | path

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

/dports/dns/gdnsd2/gdnsd-2.4.3/t/libgdmaps/
H A Dgdmaps_test.c38 const int rv = gdmaps_name2idx(gdmaps, map_name); in gdmaps_test_lookup_noop()
56 const int rv = gdmaps_name2idx(gdmaps, map_name); in gdmaps_test_lookup_check()
/dports/dns/gdnsd2/gdnsd-2.4.3/include/
H A Dgdmaps.h35 int gdmaps_name2idx(const gdmaps_t* gdmaps, const char* map_name);
/dports/dns/gdnsd2/gdnsd-2.4.3/plugins/
H A Dgeoip.c43 const int rv = gdmaps_name2idx(gdmaps, map_name); in res_get_mapnum()
H A Dgdnsd_geoip_test.c57 const int rv = gdmaps_name2idx(gdmaps, map_name); in do_lookup()
/dports/dns/gdnsd2/gdnsd-2.4.3/libgdmaps/
H A Dgdmaps.c619 int gdmaps_name2idx(const gdmaps_t* gdmaps, const char* map_name) { in gdmaps_name2idx() function