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

/fuchsia/zircon/system/ulib/tftp/
H A Dtftp-file-test.cpp291 char* msg_out_buf = reinterpret_cast<char*>(malloc(buf_sz)); local
292 ASSERT_NONNULL(msg_out_buf, "memory allocation failure");
302 opts.outbuf = msg_out_buf;
367 char* msg_out_buf = reinterpret_cast<char*>(malloc(buf_sz)); local
368 ASSERT_NONNULL(msg_out_buf, "memory allocation failure");
373 .outbuf = msg_out_buf,

Completed in 37 milliseconds