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

Function ippGetRequestId

cups/ipp.c:2400–2415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2398 */
2399
2400int /* O - Request ID or 0 on error */
2401ippGetRequestId(ipp_t *ipp) /* I - IPP message */
2402{
2403 /*
2404 * Range check input...
2405 */
2406
2407 if (!ipp)
2408 return (0);
2409
2410 /*
2411 * Return the request ID...
2412 */
2413
2414 return (ipp->request.any.request_id);
2415}
2416
2417
2418/*

Callers 9

do_monitor_printer_stateFunction · 0.85
do_testFunction · 0.85
debug_attributesFunction · 0.85
process_ippFunction · 0.85
get_ppdFunction · 0.85
mainFunction · 0.85
check_printer_stateFunction · 0.85
new_requestFunction · 0.85
show_attributesFunction · 0.85

Calls

no outgoing calls

Tested by 1

show_attributesFunction · 0.68