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

Method incref

cpp/src/object.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace internal {
25
26void pn_ptr_base::incref(void *p) {
27 if (p) ::pn_incref(const_cast<void*>(p));
28}
29
30void pn_ptr_base::decref(void *p) {
31 if (p) ::pn_decref(const_cast<void*>(p));

Callers 5

ssl_options.cppFile · 0.45
ssl_server_optionsMethod · 0.45
ssl_client_optionsMethod · 0.45
ssl_domainMethod · 0.45
pni_class_increfFunction · 0.45

Calls 1

pn_increfFunction · 0.85

Tested by

no test coverage detected