Lines Matching refs:http_addr_t
38 httpAddrAny(const http_addr_t *addr) /* I - Address to check */ in httpAddrAny()
69 httpAddrClose(http_addr_t *addr, /* I - Listen address or @code NULL@ */ in httpAddrClose()
95 httpAddrEqual(const http_addr_t *addr1, /* I - First address */ in httpAddrEqual()
96 const http_addr_t *addr2) /* I - Second address */ in httpAddrEqual()
128 httpAddrLength(const http_addr_t *addr) /* I - Address */ in httpAddrLength()
159 httpAddrListen(http_addr_t *addr, /* I - Address to bind to */ in httpAddrListen()
286 const http_addr_t *addr) /* I - Address to check */ in httpAddrLocalhost()
318 const http_addr_t *addr, /* I - Address to lookup */ in httpAddrLookup()
440 httpAddrFamily(http_addr_t *addr) /* I - Address */ in httpAddrFamily()
456 httpAddrPort(http_addr_t *addr) /* I - Address */ in httpAddrPort()
476 _httpAddrSetPort(http_addr_t *addr, /* I - Address */ in _httpAddrSetPort()
499 httpAddrString(const http_addr_t *addr, /* I - Address to convert */ in httpAddrString()
660 http_addr_t * /* O - Connected address or @code NULL@ */