Home
last modified time | relevance | path

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

/doc/designs/ddd/
A Dddd-02-conn-nonblocking-threads.c261 static char tx_msg[384], host_port[300]; in main() local
262 const char *tx_p = tx_msg; in main()
275 tx_len = snprintf(tx_msg, sizeof(tx_msg), in main()
A Dddd-02-conn-nonblocking.c316 static char tx_msg[384], host_port[300]; in main() local
317 const char *tx_p = tx_msg; in main()
338 tx_len = snprintf(tx_msg, sizeof(tx_msg), in main()
A Dddd-04-fd-nonblocking.c297 static char tx_msg[300]; in main() local
298 const char *tx_p = tx_msg; in main()
319 tx_len = snprintf(tx_msg, sizeof(tx_msg), in main()
A Dddd-05-mem-nonblocking.c356 static char tx_msg[300]; local
357 const char *tx_p = tx_msg;
370 tx_len = snprintf(tx_msg, sizeof(tx_msg),
A Dddd-06-mem-uv.c698 char tx_msg[300]; variable
711 wr = app_write(conn, tx_msg, mlen, post_write_get, NULL); in post_connect()
730 mlen = snprintf(tx_msg, sizeof(tx_msg), in main()

Completed in 24 milliseconds