Home | History | Annotate | Download | only in test

Lines Matching defs:msg2

1500 	struct msg *msg, *msg2;
1551 msg2 = msg_new();
1552 if (evtag_unmarshal_msg(tmp, 0xdeaf, msg2) == -1) {
1563 if (!EVTAG_HAS(msg2, from_name) ||
1564 !EVTAG_HAS(msg2, to_name) ||
1565 !EVTAG_HAS(msg2, attack)) {
1570 if (EVTAG_LEN(msg2, run) != i) {
1576 msg_free(msg2);