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

Function pni_selectable_get_context

c/src/reactor/selectable.c:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void *pni_selectable_get_context(pn_selectable_t *selectable)
175{
176 assert(selectable);
177 return pn_record_get(selectable->attachments, PN_LEGCTX);
178}
179
180void pni_selectable_set_context(pn_selectable_t *selectable, void *context)
181{

Callers 15

pni_contextFunction · 0.85
pni_connection_finalizeFunction · 0.85
pni_listener_readableFunction · 0.85
pni_listener_finalizeFunction · 0.85
pni_interruptor_readableFunction · 0.85
pni_interruptor_finalizeFunction · 0.85
pn_messenger_selectableFunction · 0.85
pni_selectable_releaseFunction · 0.85
pni_reactorFunction · 0.85
pni_connection_deadlineFunction · 0.85
pni_connection_readableFunction · 0.85
pni_connection_writableFunction · 0.85

Calls 1

pn_record_getFunction · 0.85

Tested by

no test coverage detected