Searched refs:hostname_lookups (Results 1 – 2 of 2) sorted by relevance
136 conf->hostname_lookups = HOSTNAME_LOOKUP_UNSET; in create_core_dir_config()245 if (new->hostname_lookups != HOSTNAME_LOOKUP_UNSET) { in merge_core_dir_configs()246 conf->hostname_lookups = new->hostname_lookups; in merge_core_dir_configs()688 int hostname_lookups; in ap_get_remote_host() local694 hostname_lookups = in ap_get_remote_host()696 ->hostname_lookups; in ap_get_remote_host()697 if (hostname_lookups == HOSTNAME_LOOKUP_UNSET) { in ap_get_remote_host()698 hostname_lookups = HOSTNAME_LOOKUP_OFF; in ap_get_remote_host()703 hostname_lookups = HOSTNAME_LOOKUP_OFF; in ap_get_remote_host()709 || hostname_lookups != HOSTNAME_LOOKUP_OFF)) { in ap_get_remote_host()[all …]
256 unsigned int hostname_lookups : 4; member