Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
pn_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_url
Function · 0.85
pnx_sasl_set_selected_mechanism
Function · 0.85
pnx_sasl_set_local_hostname
Function · 0.85
pn_do_mechanisms
Function · 0.85
pn_condition_set
Function · 0.85
pn_connection
Function · 0.85
pni_terminus_init
Function · 0.85
pn_sender
Function · 0.85
pn_receiver
Function · 0.85
pn_condition_set_name
Function · 0.85
pn_condition_set_description
Function · 0.85
pn_condition_copy
Function · 0.85
Calls
1
pn_stringn
Function · 0.85
Tested by
1
test_string
Function · 0.68