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

Function print_word

src/common/pretty.cpp:891–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889//
890
891static int print_word( ctl* control)
892{
893 const UCHAR v1 = BLR_BYTE;
894 const UCHAR v2 = BLR_BYTE;
895 sprintf(control->ctl_ptr, control->ctl_language ? "chr(%d),chr(%d), " : "%d,%d, ", v1, v2);
896 ADVANCE_PTR(control->ctl_ptr);
897
898 return (v2 << 8) | v1;
899}
900

Callers 3

print_blr_dtypeFunction · 0.85
print_dyn_verbFunction · 0.85
print_sdl_verbFunction · 0.85

Calls 1

ADVANCE_PTRFunction · 0.85

Tested by

no test coverage detected