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

/systemd/src/journal/
H A Dmmap-cache.c61 Window *window; member in struct:Context
133 assert(c->window == w);
134 c->window = NULL;
144 /* Replace the window with anonymous pages. This is useful
182 /* Allocate a new window */
213 if (!c->window)
216 w = c->window;
217 c->window = NULL;
240 if (c->window == w)
254 c->window
[all...]
/systemd/src/resolve/
H A Dresolved-dns-packet.c590 static int dns_packet_append_type_window(DnsPacket *p, uint8_t window, uint8_t length, const uint8_t *types, size_t *start) { argument
600 r = dns_packet_append_uint8(p, window, NULL);
623 uint8_t window = 0; local
637 if ((n >> 8) != window && bitmaps[entry / 8] != 0) {
638 r = dns_packet_append_type_window(p, window, entry / 8 + 1, bitmaps, NULL);
645 window = n >> 8;
652 r = dns_packet_append_type_window(p, window, entry / 8 + 1, bitmaps, NULL);
1414 uint8_t window; local
1432 r = dns_packet_read_uint8(p, &window, NULL);
1462 n = (uint16_t) window <<
[all...]

Completed in 15 milliseconds