}if((msg = memp_malloc(MEMP_API_MSG)) ==NULL) {return(conn->err = ERR_MEM); } msg->type = API_MSG_WRITE; msg->msg.conn = conn; conn->state = NETCONN_WRITE;while(conn->err == ERR_OK && size >0) { msg->msg.msg.w.dataptr = dataptr; msg->msg.msg.w.copy = copy;i...
}if((msg = memp_malloc(MEMP_API_MSG)) ==NULL) {return(conn->err = ERR_MEM); } msg->type = API_MSG_WRITE; msg->msg.conn = conn; conn->state = NETCONN_WRITE;while(conn->err == ERR_OK && size >0) { msg->msg.msg.w.dataptr = dataptr; msg->msg.msg.w.copy = copy;i...