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

Function pn_decoder_initialize

c/src/core/decoder.c:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void pn_decoder_initialize(pn_decoder_t *decoder)
36{
37 decoder->input = NULL;
38 decoder->size = 0;
39 decoder->position = NULL;
40 decoder->error = NULL;
41}
42
43void pn_decoder_finalize(pn_decoder_t *decoder)
44{

Callers 1

pn_data_decodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected