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

Function ippLength

cups/ipp.c:2610–2614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2608 */
2609
2610size_t /* O - Size of IPP message */
2611ippLength(ipp_t *ipp) /* I - IPP message */
2612{
2613 return (ipp_length(ipp, 0));
2614}
2615
2616
2617/*

Callers 10

do_monitor_printer_stateFunction · 0.85
do_testFunction · 0.85
process_ippFunction · 0.85
cupsdReadClientFunction · 0.85
send_responseFunction · 0.85
mainFunction · 0.85
_ppdCacheWriteFileFunction · 0.85
mainFunction · 0.85
cupsGetDevicesFunction · 0.85
cupsDoIORequestFunction · 0.85

Calls 1

ipp_lengthFunction · 0.70

Tested by 1

mainFunction · 0.68