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

Function error_cb

tools/ipptool.c:2274–2284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2272 */
2273
2274static int /* O - 1 to continue, 0 to stop */
2275error_cb(_ipp_file_t *f, /* I - IPP file data */
2276 ipptool_test_t *data, /* I - Test data */
2277 const char *error) /* I - Error message */
2278{
2279 (void)f;
2280
2281 print_fatal_error(data, "%s", error);
2282
2283 return (1);
2284}
2285
2286
2287/*

Callers

nothing calls this directly

Calls 1

print_fatal_errorFunction · 0.85

Tested by

no test coverage detected