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

Function httpGet

cups/http.c:762–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760 */
761
762int /* O - Status of call (0 = success) */
763httpGet(http_t *http, /* I - HTTP connection */
764 const char *uri) /* I - URI to get */
765{
766 return (http_send(http, HTTP_STATE_GET, uri));
767}
768
769
770/*

Callers 5

list_serviceFunction · 0.85
finish_document_uriFunction · 0.85
do_am_printerFunction · 0.85
cupsGetFdFunction · 0.85
mainFunction · 0.85

Calls 1

http_sendFunction · 0.85

Tested by 1

mainFunction · 0.68