Searched refs:mem_method (Results 1 – 1 of 1) sorted by relevance
293 static const BIO_METHOD mem_method = { variable301 const BIO_METHOD *BIO_s_mem(void) { return &mem_method; } in BIO_s_mem()306 if (bio->method != &mem_method) { in BIO_mem_contents()