Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
int pn_string_set(pn_string_t *string, const char *bytes)
147
{
148
return pn_string_setn(string, bytes, bytes ? strlen(bytes) : 0);
149
}
150
151
int pn_string_grow(pn_string_t *string, size_t capacity)
152
{
Callers
15
pn_url_str
Function · 0.85
pn_connection_set_container
Function · 0.85
pn_connection_set_hostname
Function · 0.85
pn_connection_set_user
Function · 0.85
pn_connection_set_authorization
Function · 0.85
pn_connection_set_password
Function · 0.85
pn_terminus_set_address
Function · 0.85
pn_condition_set_name
Function · 0.85
pn_condition_set_description
Function · 0.85
pn_message_set_address
Function · 0.85
pn_message_set_subject
Function · 0.85
pn_message_set_reply_to
Function · 0.85
Calls
1
pn_string_setn
Function · 0.85
Tested by
1
test_string
Function · 0.68