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

Function pn_decoder_remaining

c/src/core/decoder.c:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static inline size_t pn_decoder_remaining(pn_decoder_t *decoder)
93{
94 return decoder->input + decoder->size - decoder->position;
95}
96
97typedef union {
98 uint32_t i;

Callers 3

pni_decoder_decode_valueFunction · 0.85
pni_decoder_decode_typeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected