MCPcopy Create free account
hub / github.com/apache/trafficserver / _load

Method _load

include/cripts/Certs.hpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 void _update_value() const;
101
102 virtual void
103 _load() const
104 {
105 if (!_bio) {
106 _bio.reset(BIO_new(BIO_s_mem()));
107 }
108 }
109
110 void _load_name(X509_NAME *(*getter)(const X509 *)) const;
111 void _load_integer(ASN1_INTEGER *(*getter)(X509 *)) const;

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected