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

Function CHECK_BUFFER

src/common/pretty.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80
81static inline void CHECK_BUFFER(ctl* control, SSHORT offset)
82{
83 if (control->ctl_ptr > control->ctl_buffer + sizeof(control->ctl_buffer) - 20)
84 print_line(control, offset);
85}
86
87
88const char *dyn_table[] =

Callers 1

print_charFunction · 0.85

Calls 1

print_lineFunction · 0.85

Tested by

no test coverage detected