Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1617
int /* O - Number of destinations */
1618
cupsGetDests(cups_dest_t **dests) /* O - Destinations */
1619
{
1620
return (cupsGetDests2(CUPS_HTTP_DEFAULT, dests));
1621
}
1622
1623
1624
/*
Callers
7
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
check_dest
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
1
cupsGetDests2
Function · 0.85
Tested by
2
main
Function · 0.68
main
Function · 0.68