Lines Matching refs:http_addr_t
36 httpAddrAny(const http_addr_t *addr) /* I - Address to check */ in httpAddrAny()
67 httpAddrClose(http_addr_t *addr, /* I - Listen address or @code NULL@ */ in httpAddrClose()
93 httpAddrEqual(const http_addr_t *addr1, /* I - First address */ in httpAddrEqual()
94 const http_addr_t *addr2) /* I - Second address */ in httpAddrEqual()
126 httpAddrLength(const http_addr_t *addr) /* I - Address */ in httpAddrLength()
157 httpAddrListen(http_addr_t *addr, /* I - Address to bind to */ in httpAddrListen()
284 const http_addr_t *addr) /* I - Address to check */ in httpAddrLocalhost()
316 const http_addr_t *addr, /* I - Address to lookup */ in httpAddrLookup()
438 httpAddrFamily(http_addr_t *addr) /* I - Address */ in httpAddrFamily()
454 httpAddrPort(http_addr_t *addr) /* I - Address */ in httpAddrPort()
474 _httpAddrSetPort(http_addr_t *addr, /* I - Address */ in _httpAddrSetPort()
497 httpAddrString(const http_addr_t *addr, /* I - Address to convert */ in httpAddrString()
658 http_addr_t * /* O - Connected address or @code NULL@ */