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

Function _ppdCreateFromIPP

cups/ppd-cache.c:3193–3199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3191 */
3192
3193char * /* O - PPD filename or @code NULL@ on error */
3194_ppdCreateFromIPP(char *buffer, /* I - Filename buffer */
3195 size_t bufsize, /* I - Size of filename buffer */
3196 ipp_t *supported) /* I - Get-Printer-Attributes response */
3197{
3198 return (_ppdCreateFromIPP2(buffer, bufsize, supported, cupsLangDefault()));
3199}
3200
3201
3202/*

Callers 2

create_local_bg_threadFunction · 0.85
mainFunction · 0.85

Calls 2

_ppdCreateFromIPP2Function · 0.85
cupsLangDefaultFunction · 0.85

Tested by 1

mainFunction · 0.68