Searched refs:tx_msg (Results 1 – 5 of 5) sorted by relevance
| /doc/designs/ddd/ |
| A D | ddd-02-conn-nonblocking-threads.c | 261 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 D | ddd-02-conn-nonblocking.c | 316 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 D | ddd-04-fd-nonblocking.c | 297 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 D | ddd-05-mem-nonblocking.c | 356 static char tx_msg[300]; local 357 const char *tx_p = tx_msg; 370 tx_len = snprintf(tx_msg, sizeof(tx_msg),
|
| A D | ddd-06-mem-uv.c | 698 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 14 milliseconds