Lines Matching defs:data
132 /* not all data received in this segment */
441 struct sockets_stresstest_fullduplex *data = NULL;
458 data = (struct sockets_stresstest_fullduplex*)mem_malloc(sizeof(struct sockets_stresstest_fullduplex));
459 LWIP_ASSERT("data != NULL", data != 0);
461 data->s = s;
462 data->closed = 0;
463 t = sys_thread_new("sockets_stresstest_conn_client_r", sockets_stresstest_conn_client_r, data, 0, 0);
499 if (data) {
500 data->closed = 1;