MCPcopy Create free account
hub / github.com/apache/qpid-proton / pn_fixed_string_terminate

Function pn_fixed_string_terminate

c/src/core/fixed_string.h:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95static inline void pn_fixed_string_terminate(pn_fixed_string_t *str) {
96 if (str->position==str->size) str->position--;
97 str->bytes[str->position] = 0;
98}
99
100#endif // PROTON_FIXED_STRING_H

Callers 10

pn_data_printFunction · 0.85
pn_data_formatFunction · 0.85
pn_data_dumpFunction · 0.85
pni_logger_log_rawFunction · 0.85
pni_logger_log_msg_frameFunction · 0.85
pni_logger_vlogfFunction · 0.85
pn_value_dumpFunction · 0.85
pn_tostringFunction · 0.85
pni_event_printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected