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

Function copy_attributes

tools/ippeveprinter.c:895–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893 */
894
895static void
896copy_attributes(ipp_t *to, /* I - Destination request */
897 ipp_t *from, /* I - Source request */
898 cups_array_t *ra, /* I - Requested attributes */
899 ipp_tag_t group_tag, /* I - Group to copy */
900 int quickcopy) /* I - Do a quick copy? */
901{
902 ippeve_filter_t filter; /* Filter data */
903
904
905 filter.ra = ra;
906 filter.group_tag = group_tag;
907
908 ippCopyAttributes(to, from, quickcopy, (ipp_copycb_t)filter_cb, &filter);
909}
910
911
912/*

Callers 5

copy_job_attributesFunction · 0.85
create_jobFunction · 0.85
ipp_send_documentFunction · 0.85
ipp_send_uriFunction · 0.85

Calls 1

ippCopyAttributesFunction · 0.85

Tested by

no test coverage detected