Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_geoip_module.c171 offsetof(GeoIPRecord, country_code), 0, 0 },
465 val = GeoIP_region_name_by_code(gr->country_code, gr->region); in ngx_stream_geoip_region_name_variable()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_geoip_module.c193 offsetof(GeoIPRecord, country_code), 0, 0 },
503 val = GeoIP_region_name_by_code(gr->country_code, gr->region); in ngx_http_geoip_region_name_variable()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h1436 u_int8_t country_code; /* 0x00 - NAM, EUR, JP; 0x01 - France */ member