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

Function pn_string_size

c/src/core/object/string.c:128–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128size_t pn_string_size(pn_string_t *string)
129{
130 if (!string || string->size == PNI_NULL_SIZE) {
131 return 0;
132 } else {
133 return string->size;
134 }
135}
136
137pn_bytes_t pn_string_bytes(pn_string_t *string)
138{

Callers 11

pn_do_mechanismsFunction · 0.85
pn_transport_bindFunction · 0.85
pn_quoteFunction · 0.85
pn_message_encodeFunction · 0.85
pn_message_dataFunction · 0.85
pn_string_copyFunction · 0.85
pn_sslFunction · 0.85
pn_sslFunction · 0.85
test_stringFunction · 0.85
object_test.cppFile · 0.85

Calls

no outgoing calls

Tested by 1

test_stringFunction · 0.68