Searched refs:mem_method (Results 1 – 2 of 2) sorted by relevance
287 static const BIO_METHOD mem_method = { variable295 const BIO_METHOD *BIO_s_mem(void) { return &mem_method; } in BIO_s_mem()300 if (bio->method != &mem_method) { in BIO_mem_contents()
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()