Lines Matching refs:msg1
73 alltypes_static_AllTypes *msg1 = malloc_with_check(sizeof(alltypes_static_AllTypes)); in do_static_roundtrip() local
75 memset(msg1, 0, sizeof(alltypes_static_AllTypes)); in do_static_roundtrip()
80 status = pb_decode(&stream, alltypes_static_AllTypes_fields, msg1); in do_static_roundtrip()
86 status = pb_encode(&stream, alltypes_static_AllTypes_fields, msg1); in do_static_roundtrip()
107 free_with_check(msg1); in do_static_roundtrip()
120 alltypes_pointer_AllTypes *msg1 = malloc_with_check(sizeof(alltypes_pointer_AllTypes)); in do_pointer_roundtrip() local
122 memset(msg1, 0, sizeof(alltypes_pointer_AllTypes)); in do_pointer_roundtrip()
127 status = pb_decode(&stream, alltypes_pointer_AllTypes_fields, msg1); in do_pointer_roundtrip()
133 status = pb_encode(&stream, alltypes_pointer_AllTypes_fields, msg1); in do_pointer_roundtrip()
154 pb_release(alltypes_pointer_AllTypes_fields, msg1); in do_pointer_roundtrip()
156 free_with_check(msg1); in do_pointer_roundtrip()