Lines Matching refs:msgid2
366 unsigned short msgid2 = 3243; in test2() local
381 rc = MQTTDeserialize_publish(&dup2, &qos2, &retained2, &msgid2, &topicString2, in test2()
389 assert("msgids should be the same", msgid == msgid2, "msgids were different %d\n", msgid2); in test2()
422 unsigned short msgid2 = 2223; in test3() local
437 … rc = MQTTDeserialize_subscribe(&dup2, &msgid2, 2, &count2, topicStrings2, req_qoss2, buf, buflen); in test3()
442 assert("msgids should be the same", msgid == msgid2, "msgids were different %d\n", msgid2); in test3()
473 unsigned short msgid2 = 2223; in test4() local
485 rc = MQTTDeserialize_suback(&msgid2, 2, &count2, granted_qoss2, buf, buflen); in test4()
489 assert("msgids should be the same", msgid == msgid2, "msgids were different %d\n", msgid2); in test4()
520 unsigned short msgid2 = 2223; in test5() local
534 rc = MQTTDeserialize_unsubscribe(&dup2, &msgid2, 2, &count2, topicStrings2, buf, buflen); in test5()
539 assert("msgids should be the same", msgid == msgid2, "msgids were different %d\n", msgid2); in test5()