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

Function ppdOpen2

cups/ppd.c:2204–2208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2202 */
2203
2204ppd_file_t * /* O - PPD file record or @code NULL@ if the PPD file could not be opened. */
2205ppdOpen2(cups_file_t *fp) /* I - File to read from */
2206{
2207 return _ppdOpen(fp, _PPD_LOCALIZATION_DEFAULT);
2208}
2209
2210
2211/*

Callers 2

mainFunction · 0.85
ppdOpenFdFunction · 0.85

Calls 1

_ppdOpenFunction · 0.85

Tested by

no test coverage detected