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

Function httpSetExpect

cups/http.c:2607–2616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2605 */
2606
2607void
2608httpSetExpect(http_t *http, /* I - HTTP connection */
2609 http_status_t expect) /* I - HTTP status to expect
2610 (@code HTTP_STATUS_CONTINUE@) */
2611{
2612 DEBUG_printf(("httpSetExpect(http=%p, expect=%d)", (void *)http, expect));
2613
2614 if (http)
2615 http->expect = expect;
2616}
2617
2618
2619/*

Callers 2

cupsPutFdFunction · 0.85
cupsSendRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected