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

Function cupsGetDests

cups/dest.c:1617–1621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1615 */
1616
1617int /* O - Number of destinations */
1618cupsGetDests(cups_dest_t **dests) /* O - Destinations */
1619{
1620 return (cupsGetDests2(CUPS_HTTP_DEFAULT, dests));
1621}
1622
1623
1624/*

Callers 7

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
check_destFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

cupsGetDests2Function · 0.85

Tested by 2

mainFunction · 0.68
mainFunction · 0.68