Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2610
size_t /* O - Size of IPP message */
2611
ippLength(ipp_t *ipp) /* I - IPP message */
2612
{
2613
return (ipp_length(ipp, 0));
2614
}
2615
2616
2617
/*
Callers
10
do_monitor_printer_state
Function · 0.85
do_test
Function · 0.85
process_ipp
Function · 0.85
cupsdReadClient
Function · 0.85
send_response
Function · 0.85
main
Function · 0.85
_ppdCacheWriteFile
Function · 0.85
main
Function · 0.85
cupsGetDevices
Function · 0.85
cupsDoIORequest
Function · 0.85
Calls
1
ipp_length
Function · 0.70
Tested by
1
main
Function · 0.68