Searched refs:eval_hostinfo (Results 1 – 3 of 3) sorted by relevance
81 char *eval_hostinfo(struct host_info *host) in eval_hostinfo() function102 char *hostinfo = eval_hostinfo(request->client); in eval_client()121 char *host = eval_hostinfo(request->server); in eval_server()
59 ch == 'h' ? eval_hostinfo(request->client) : in percent_x()60 ch == 'H' ? eval_hostinfo(request->server) : in percent_x()
134 char *eval_hostinfo(struct host_info *); /* host name or address */