Searched refs:bufm (Results 1 – 1 of 1) sorted by relevance
2024 BUF_MEM *bufm; in bio_to_mem() local2045 BIO_get_mem_ptr(mem, &bufm); in bio_to_mem()2047 *out = (unsigned char *)bufm->data; in bio_to_mem()2048 *outlen = bufm->length; in bio_to_mem()2050 bufm->data = NULL; in bio_to_mem()2051 BUF_MEM_free(bufm); in bio_to_mem()