MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / write

Method write

dds/DCPS/security/SSL/SignedDocument.cpp:192–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 operator bool() const {return bio_;}
191
192 bool write(const void* data, int dlen)
193 {
194 if (BIO_write(bio_, data, dlen) != dlen) {
195 OPENDDS_SSL_LOG_ERR("BIO_write failed");
196 return false;
197 }
198
199 return true;
200 }
201
202 long get_mem_data(char **pp)
203 {

Callers 2

add_propertyMethod · 0.45
verifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected