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