Searched refs:eval_hostinfo (Results 1 – 4 of 4) sorted by relevance
92 eval_hostinfo(struct host_info *host) in eval_hostinfo() function114 char *hostinfo = eval_hostinfo(request->client); in eval_client()134 char *host = eval_hostinfo(request->server); in eval_server()
66 ch == 'h' ? eval_hostinfo(request->client) : in percent_x()67 ch == 'H' ? eval_hostinfo(request->server) : in percent_x()
137 extern char *eval_hostinfo /* host name or address */
61 ch == 'h' ? eval_hostinfo(request->client) :62 ch == 'H' ? eval_hostinfo(request->server) :