MCPcopy Create free account
hub / github.com/OpenPrinting/cups / httpGetAddress

Function httpGetAddress

cups/http-addr.c:666–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664 */
665
666http_addr_t * /* O - Connected address or @code NULL@ */
667httpGetAddress(http_t *http) /* I - HTTP connection */
668{
669 if (http)
670 return (http->hostaddr);
671 else
672 return (NULL);
673}
674
675
676/*

Callers 11

auth.cFile · 0.85
cupsdIsAuthorizedFunction · 0.85
cupsdAcceptClientFunction · 0.85
cupsdSendHeaderFunction · 0.85
pipe_commandFunction · 0.85
valid_hostFunction · 0.85
create_local_printerFunction · 0.85
cups_connectFunction · 0.85
cupsDoAuthenticationFunction · 0.85
cups_local_authFunction · 0.85
cupsGetDests2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected