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

Function pn_string

c/src/core/object/string.c:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101pn_string_t *pn_string(const char *bytes)
102{
103 return pn_stringn(bytes, bytes ? strlen(bytes) : 0);
104}
105
106#define pn_string_initialize NULL
107

Callers 15

pn_urlFunction · 0.85
pn_do_mechanismsFunction · 0.85
pn_condition_setFunction · 0.85
pn_connectionFunction · 0.85
pni_terminus_initFunction · 0.85
pn_senderFunction · 0.85
pn_receiverFunction · 0.85
pn_condition_set_nameFunction · 0.85
pn_condition_copyFunction · 0.85

Calls 1

pn_stringnFunction · 0.85

Tested by 1

test_stringFunction · 0.68