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

/dovecot/src/lib/
H A Dmmap-anon.c27 struct anon_header { struct
52 struct anon_header *hdr;
75 static void *mremap_move(struct anon_header *hdr, size_t new_size)
111 struct anon_header *hdr;
118 hdr = (struct anon_header *) ((char *) old_address - header_size);
147 struct anon_header *hdr;
154 hdr = (struct anon_header *) ((char *) start - header_size);

Completed in 9 milliseconds