Home
last modified time | relevance | path

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

/tools/libs/light/
A Dlibxl_save_callout.c304 uint16_t msglen; in helper_stdout_readable() local
305 errnoval = libxl_read_exactly(CTX, fd, &msglen, sizeof(msglen), in helper_stdout_readable()
309 unsigned char msg[msglen]; in helper_stdout_readable()
310 errnoval = libxl_read_exactly(CTX, fd, msg, msglen, in helper_stdout_readable()
315 shs->recv_callback(msg, msglen, shs); in helper_stdout_readable()

Completed in 2 milliseconds