Searched refs:bio_dgram_data (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c169 } bio_dgram_data; typedef in typeref:struct:bio_dgram_data_st
221 bio_dgram_data *data = NULL;
225 data = OPENSSL_malloc(sizeof(bio_dgram_data));
228 memset(data, 0x00, sizeof(bio_dgram_data));
237 bio_dgram_data *data;
244 data = (bio_dgram_data *)a->ptr;
268 bio_dgram_data *data = (bio_dgram_data *)b->ptr;
348 bio_dgram_data *data = (bio_dgram_data *)
[all...]

Completed in 56 milliseconds