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

Function pn_string_set

c/src/core/object/string.c:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146int pn_string_set(pn_string_t *string, const char *bytes)
147{
148 return pn_string_setn(string, bytes, bytes ? strlen(bytes) : 0);
149}
150
151int pn_string_grow(pn_string_t *string, size_t capacity)
152{

Callers 15

pn_url_strFunction · 0.85
pn_connection_set_userFunction · 0.85
pn_terminus_set_addressFunction · 0.85
pn_condition_set_nameFunction · 0.85
pn_message_set_addressFunction · 0.85
pn_message_set_subjectFunction · 0.85
pn_message_set_reply_toFunction · 0.85

Calls 1

pn_string_setnFunction · 0.85

Tested by 1

test_stringFunction · 0.68