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

Method get_mem_data

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

Source from the content-addressed store, hash-verified

200 }
201
202 long get_mem_data(char **pp)
203 {
204 const long size = BIO_get_mem_data(bio_, pp);
205 if (size < 0) {
206 OPENDDS_SSL_LOG_ERR("BIO_get_mem_data failed");
207 }
208
209 return size;
210 }
211
212private:
213 // No copy.

Callers 1

verifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected