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

Function cupsDoRequest

cups/request.c:288–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 */
287
288ipp_t * /* O - Response data */
289cupsDoRequest(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */
290 ipp_t *request, /* I - IPP request */
291 const char *resource) /* I - HTTP resource for POST */
292{
293 DEBUG_printf(("cupsDoRequest(http=%p, request=%p(%s), resource=\"%s\")", (void *)http, (void *)request, request ? ippOpString(request->request.op.operation_id) : "?", resource));
294
295 return (cupsDoIORequest(http, request, resource, -1, -1));
296}
297
298
299/*

Callers 15

list_serviceFunction · 0.85
mainFunction · 0.85
do_testFunction · 0.85
create_local_bg_threadFunction · 0.85
create_jobFunction · 0.85
get_printerFunction · 0.85
remove_jobsFunction · 0.85
send_stateFunction · 0.85
mainFunction · 0.85
cancel_jobFunction · 0.85
check_printer_stateFunction · 0.85
monitor_printerFunction · 0.85

Calls 2

ippOpStringFunction · 0.85
cupsDoIORequestFunction · 0.85

Tested by 5

mainFunction · 0.68
do_testFunction · 0.68
monitor_printerFunction · 0.68
run_clientFunction · 0.68
mainFunction · 0.68