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

Function print_byte

src/common/pretty.cpp:514–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512//
513
514static int print_byte( ctl* control)
515{
516 const UCHAR v = BLR_BYTE;
517 sprintf(control->ctl_ptr, control->ctl_language ? "chr(%d), " : "%d, ", v);
518 ADVANCE_PTR(control->ctl_ptr);
519
520 return v;
521}
522
523
524//____________________________________________________________

Callers 5

PRETTY_print_cdbFunction · 0.85
print_blr_dtypeFunction · 0.85
print_dyn_verbFunction · 0.85
print_sdl_verbFunction · 0.85
print_stringFunction · 0.85

Calls 1

ADVANCE_PTRFunction · 0.85

Tested by

no test coverage detected