Searched +defs:basic +defs:offset (Results 1 - 1 of 1) sorted by relevance
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-message.c | 494 the offset table at the end, since it is formatted as 497 there's only one offset in the table, which marks the 1300 static int message_add_offset(sd_bus_message *m, size_t offset) { argument 1306 /* Add offset to current container, unless this is the first 1307 * item in it, which will have the 0 offset, which we can 1317 c->offsets[c->n_offsets++] = offset; 1804 /* Add alignment padding and add to offset list */ 2133 a = message_extend_body(m, 1, 0, true, false); /* let's add offset to parent */ 2198 /* We need to add an offset for each item that has a 2680 uint64_t offset, 2676 sd_bus_message_append_array_memfd( sd_bus_message *m, char type, int memfd, uint64_t offset, uint64_t size) argument 2753 sd_bus_message_append_string_memfd( sd_bus_message *m, int memfd, uint64_t offset, uint64_t size) argument 3895 size_t n, offset; local 5753 } basic; local [all...] |
Completed in 18 milliseconds