MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / error

Function error

src/common/pretty.cpp:292–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290//
291
292static int error( ctl* control, SSHORT offset, const TEXT* string, int arg)
293{
294
295 print_line(control, offset);
296 sprintf(control->ctl_ptr, string, arg);
297 fprintf(stderr, "%s", control->ctl_ptr);
298 ADVANCE_PTR(control->ctl_ptr);
299 print_line(control, offset);
300
301 return -1;
302}
303
304
305//____________________________________________________________

Callers 6

PRETTY_print_cdbFunction · 0.70
PRETTY_print_dynFunction · 0.70
PRETTY_print_sdlFunction · 0.70
print_blr_dtypeFunction · 0.70
print_dyn_verbFunction · 0.70
print_sdl_verbFunction · 0.70

Calls 2

print_lineFunction · 0.85
ADVANCE_PTRFunction · 0.85

Tested by

no test coverage detected