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

Function ADVANCE_PTR

src/common/pretty.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#include "../yvalve/gds_proto.h"
38
39static inline void ADVANCE_PTR(TEXT*& ptr)
40{
41 while (*ptr)
42 ptr++;
43}
44
45//#define PRINT_VERB if (print_verb (control, level)) return -1
46#define PRINT_DYN_VERB if (print_dyn_verb (control, level)) return -1

Callers 5

errorFunction · 0.85
print_byteFunction · 0.85
print_charFunction · 0.85
print_longFunction · 0.85
print_wordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected