Home
last modified time | relevance | path

Searched refs:rx_buf2 (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dbio_dgram_test.c114 char rx_buf[128], rx_buf2[128]; in test_bio_dgram_impl() local
289 rx_msg[1].data = rx_buf2; in test_bio_dgram_impl()
290 rx_msg[1].data_len = sizeof(rx_buf2); in test_bio_dgram_impl()
294 memset(rx_buf2, 0, sizeof(rx_buf2)); in test_bio_dgram_impl()
308 if (!TEST_int_eq((int)rx_msg[1].data_len, sizeof(rx_buf2))) in test_bio_dgram_impl()
365 rx_msg[1].data_len = sizeof(rx_buf2); in test_bio_dgram_impl()

Completed in 11 milliseconds