Lines Matching refs:client
489 const char *client = ap_get_remote_host(c, r->per_dir_config,
491 if (!client || !strcmp(client, c->client_ip)) {
492 apr_cpystrn(ws->client, r->useragent_ip, sizeof(ws->client));
495 apr_cpystrn(ws->client, client, sizeof(ws->client));
505 apr_cpystrn(ws->client, ap_get_remote_host(c, NULL,
506 REMOTE_NOLOOKUP, NULL), sizeof(ws->client));
600 dest->client[sizeof(dest->client) - 1] = '\0';