| 444 | |
| 445 | |
| 446 | void tomCheck(int err, const Arg::StatusVector& secondary) |
| 447 | { |
| 448 | if (err == CRYPT_OK) |
| 449 | return; |
| 450 | |
| 451 | status_exception::raise(Arg::Gds(isc_tom_error) << error_to_string(err) << secondary); |
| 452 | } |
| 453 | |
| 454 | |
| 455 | bool initResult(dsc* result, int argsCount, const dsc** args, bool* isNullable) |
no test coverage detected