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

Function pn_data_node

c/src/core/data.h:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61};
62
63static inline pni_node_t * pn_data_node(pn_data_t *data, pni_nid_t nd)
64{
65 return nd ? (data->nodes + nd - 1) : NULL;
66}
67
68int pni_data_traverse(pn_data_t *data,
69 int (*enter)(void *ctx, pn_data_t *data, pni_node_t *node),

Callers 15

pni_node_fieldsFunction · 0.85
pni_node_lindexFunction · 0.85
pni_inspect_enterFunction · 0.85
pni_next_nonnullFunction · 0.85
pni_inspect_exitFunction · 0.85
pn_data_vfillFunction · 0.85
pn_scan_nextFunction · 0.85
pni_data_newFunction · 0.85
pni_data_currentFunction · 0.85
pni_data_peekFunction · 0.85
pn_data_nextFunction · 0.85
pni_data_traverseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected