Lines Matching defs:ip
476 rv = apr_sockaddr_info_get(&address, choice->ip,
808 const char *ip;
872 const char *ip;
887 ip = apr_pstrmemdup(pool, buf, t - buf);
890 server->ip = ip;
984 x->ip = apr_pstrdup(r->pool, hbs->ip);
1050 char *ip;
1058 ip = apr_strtok(apr_pstrdup(r->pool, hosts), ",", &strtok_state);
1059 while (ip) {
1064 rv = apr_parse_addr_port(&host_str, &scope_id, &port, ip, r->pool);
1067 s->ip = host_str;
1071 ip = apr_strtok(NULL, ",", &strtok_state);