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

/systemd/src/libsystemd/sd-bus/
H A Dbus-socket.c130 if (b->auth_index >= ELEMENTSOF(b->auth_iovec))
133 for (i = b->auth_index; i < ELEMENTSOF(b->auth_iovec); i++) {
153 k = writev(b->output_fd, b->auth_iovec + b->auth_index, ELEMENTSOF(b->auth_iovec) - b->auth_index);
158 mh.msg_iov = b->auth_iovec + b->auth_index;
159 mh.msg_iovlen = ELEMENTSOF(b->auth_iovec) - b->auth_index;
164 k = writev(b->output_fd, b->auth_iovec + b->auth_index, ELEMENTSOF(b->auth_iovec) - b->auth_index);
171 iovec_advance(b->auth_iovec, &b->auth_index, (size_t) k);
346 assert(b->auth_index
[all...]
H A Dbus-internal.h258 unsigned auth_index; member in struct:sd_bus

Completed in 1912 milliseconds