Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_geoip_module.c362 ? handler_v6(gcf->country, ngx_http_geoip_addr_v6(r, gcf)) in ngx_http_geoip_country_variable()
363 : handler(gcf->country, ngx_http_geoip_addr(r, gcf)); in ngx_http_geoip_country_variable()
365 val = handler(gcf->country, ngx_http_geoip_addr(r, gcf)); in ngx_http_geoip_country_variable()
403 val = gcf->org_v6 in ngx_http_geoip_org_variable()
409 val = GeoIP_name_by_ipnum(gcf->org, ngx_http_geoip_addr(r, gcf)); in ngx_http_geoip_org_variable()
605 if (gcf->city) { in ngx_http_geoip_get_city_record()
683 if (gcf->country) { in ngx_http_geoip_country()
738 if (gcf->org) { in ngx_http_geoip_org()
799 if (gcf->city) { in ngx_http_geoip_city()
918 if (gcf->org) { in ngx_http_geoip_cleanup()
[all …]
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_geoip_module.c324 ? handler_v6(gcf->country, ngx_stream_geoip_addr_v6(s, gcf)) in ngx_stream_geoip_country_variable()
325 : handler(gcf->country, ngx_stream_geoip_addr(s, gcf)); in ngx_stream_geoip_country_variable()
327 val = handler(gcf->country, ngx_stream_geoip_addr(s, gcf)); in ngx_stream_geoip_country_variable()
365 val = gcf->org_v6 in ngx_stream_geoip_org_variable()
371 val = GeoIP_name_by_ipnum(gcf->org, ngx_stream_geoip_addr(s, gcf)); in ngx_stream_geoip_org_variable()
567 if (gcf->city) { in ngx_stream_geoip_get_city_record()
632 if (gcf->country) { in ngx_stream_geoip_country()
687 if (gcf->org) { in ngx_stream_geoip_org()
748 if (gcf->city) { in ngx_stream_geoip_city()
807 if (gcf->org) { in ngx_stream_geoip_cleanup()
[all …]