Searched refs:bufm (Results 1 – 1 of 1) sorted by relevance
2029 BUF_MEM *bufm; in bio_to_mem() local2050 BIO_get_mem_ptr(mem, &bufm); in bio_to_mem()2052 *out = (unsigned char *)bufm->data; in bio_to_mem()2053 *outlen = bufm->length; in bio_to_mem()2055 bufm->data = NULL; in bio_to_mem()2056 BUF_MEM_free(bufm); in bio_to_mem()