Searched refs:third_size (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dtest-bus-marshal.c135 size_t first_size = 0, second_size = 0, third_size = 0; local
366 ms = open_memstream(&third, &third_size);
372 printf("<%.*s>\n", (int) third_size, third);
374 assert_se(first_size == third_size);
375 assert_se(memcmp(first, third, third_size) == 0);

Completed in 8 milliseconds