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

Function cupsRasterInterpretPPD

cups/raster-interstub.c:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 */
54
55int /* O - 0 on success, -1 on failure */
56cupsRasterInterpretPPD(
57 cups_page_header2_t *h, /* O - Page header to create */
58 ppd_file_t *ppd, /* I - PPD file */
59 int num_options, /* I - Number of options */
60 cups_option_t *options, /* I - Options */
61 cups_interpret_cb_t func) /* I - Optional page header callback (@code NULL@ for none) */
62{
63 return (_cupsRasterInterpretPPD(h, ppd, num_options, options, func));
64}

Callers 2

test_rasterFunction · 0.85
do_ppd_testsFunction · 0.85

Calls 1

_cupsRasterInterpretPPDFunction · 0.85

Tested by 2

test_rasterFunction · 0.68
do_ppd_testsFunction · 0.68