Searched refs:bufm (Results 1 – 1 of 1) sorted by relevance
2049 BUF_MEM *bufm; in bio_to_mem() local2070 BIO_get_mem_ptr(mem, &bufm); in bio_to_mem()2072 *out = (unsigned char *)bufm->data; in bio_to_mem()2073 *outlen = bufm->length; in bio_to_mem()2075 bufm->data = NULL; in bio_to_mem()2076 BUF_MEM_free(bufm); in bio_to_mem()