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

Function httpBlocking

cups/http.c:254–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 */
253
254void
255httpBlocking(http_t *http, /* I - HTTP connection */
256 int b) /* I - 1 = blocking, 0 = non-blocking */
257{
258 if (http)
259 {
260 http->blocking = b;
261 http_set_wait(http);
262 }
263}
264
265
266/*

Callers 1

cupsGetDevicesFunction · 0.85

Calls 1

http_set_waitFunction · 0.85

Tested by

no test coverage detected