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

Function if

tools/ipptool.c:1024–1027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1022 break;
1023 }
1024 else if (status == HTTP_STATUS_ERROR || status == HTTP_STATUS_CUPS_AUTHORIZATION_CANCELED)
1025 {
1026 break;
1027 }
1028 else if (status != HTTP_STATUS_OK)
1029 {
1030 httpFlush(http);

Callers

nothing calls this directly

Calls 2

httpFlushFunction · 0.85
httpReconnect2Function · 0.85

Tested by

no test coverage detected