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

Function httpAddrConnect

cups/http-addrlist.c:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 */
34
35http_addrlist_t * /* O - Connected address or NULL on failure */
36httpAddrConnect(
37 http_addrlist_t *addrlist, /* I - List of potential addresses */
38 int *sock) /* O - Socket */
39{
40 DEBUG_printf(("httpAddrConnect(addrlist=%p, sock=%p)", (void *)addrlist, (void *)sock));
41
42 return (httpAddrConnect2(addrlist, sock, 30000, NULL));
43}
44
45
46/*

Callers 3

list_serviceFunction · 0.85
mainFunction · 0.85
cupsFileOpenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected