| /src/crypto/external/apache2/openssl/dist/test/ |
| bio_dgram_test.c | 115 BIO_MSG tx_msg[128], rx_msg[128]; local 237 tx_msg[0].data = "apple"; 238 tx_msg[0].data_len = 5; 239 tx_msg[0].peer = NULL; 240 tx_msg[0].local = NULL; 241 tx_msg[0].flags = 0; 243 tx_msg[1].data = "orange"; 244 tx_msg[1].data_len = 6; 245 tx_msg[1].peer = NULL; 246 tx_msg[1].local = NULL [all...] |
| /src/crypto/external/apache2/openssl/dist/doc/designs/ddd/ |
| ddd-02-conn-nonblocking-threads.c | 261 static char tx_msg[384], host_port[300]; local 262 const char *tx_p = tx_msg; 275 tx_len = snprintf(tx_msg, sizeof(tx_msg),
|
| ddd-02-conn-nonblocking.c | 316 static char tx_msg[384], host_port[300]; local 317 const char *tx_p = tx_msg; 338 tx_len = snprintf(tx_msg, sizeof(tx_msg),
|
| ddd-04-fd-nonblocking.c | 297 static char tx_msg[300]; local 298 const char *tx_p = tx_msg; 319 tx_len = snprintf(tx_msg, sizeof(tx_msg),
|
| ddd-05-mem-nonblocking.c | 357 static char tx_msg[300]; local 358 const char *tx_p = tx_msg; 371 tx_len = snprintf(tx_msg, sizeof(tx_msg),
|
| ddd-06-mem-uv.c | 698 char tx_msg[300]; variable 711 wr = app_write(conn, tx_msg, mlen, post_write_get, NULL); 730 mlen = snprintf(tx_msg, sizeof(tx_msg),
|