Searched defs:FIRST_ARRAY (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dtest-bus-zero-copy.c34 #define FIRST_ARRAY 17 macro
93 r = sd_bus_message_append_array_space(m, 'y', FIRST_ARRAY, (void**) &p);
97 memset(p+1, 'L', FIRST_ARRAY-2);
98 p[FIRST_ARRAY-1] = '>';
168 assert_se(l == FIRST_ARRAY);

Completed in 10 milliseconds