MCPcopy Create free account
hub / github.com/apache/httpd / new_name_chain

Function new_name_chain

server/vhost.c:385–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383
384
385static name_chain *new_name_chain(apr_pool_t *p,
386 server_rec *s, server_addr_rec *sar)
387{
388 name_chain *new;
389
390 new = apr_palloc(p, sizeof(*new));
391 new->server = s;
392 new->sar = sar;
393 new->next = NULL;
394 return new;
395}
396
397
398static APR_INLINE ipaddr_chain *find_ipaddr(apr_sockaddr_t *sa)

Callers 1

add_name_vhost_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected