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

Function pn_data_format_py

python/cproton_ext.c:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84ssize_t pn_data_format_py(pn_data_t *data, char *bytes, size_t size) {
85 int err = pn_data_format(data, bytes, &size);
86 if (err == 0) return size;
87 else return err;
88}
89
90int pn_ssl_get_peer_hostname_py(pn_ssl_t *ssl, char *hostname, size_t size) {
91 return pn_ssl_get_peer_hostname(ssl, hostname, &size);

Callers

nothing calls this directly

Calls 1

pn_data_formatFunction · 0.70

Tested by

no test coverage detected