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

Function cupsConnectDestBlock

cups/dest.c:774–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772 */
773
774http_t * /* O - Connection to destination or @code NULL@ */
775cupsConnectDestBlock(
776 cups_dest_t *dest, /* I - Destination */
777 unsigned flags, /* I - Connection flags */
778 int msec, /* I - Timeout in milliseconds */
779 int *cancel, /* I - Pointer to "cancel" variable */
780 char *resource, /* I - Resource buffer */
781 size_t resourcesize, /* I - Size of resource buffer */
782 cups_dest_block_t block) /* I - Callback block */
783{
784 return (cupsConnectDest(dest, flags, msec, cancel, resource, resourcesize,
785 (cups_dest_cb_t)cups_block_cb, (void *)block));
786}
787#endif /* __BLOCKS__ */
788
789

Callers

nothing calls this directly

Calls 1

cupsConnectDestFunction · 0.85

Tested by

no test coverage detected