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

/dovecot/src/lib/
H A Dioloop-notify-inotify.c38 unsigned char event_buf[INOTIFY_BUFLEN]; local
44 ret = read(ctx->inotify_fd, event_buf, sizeof(event_buf));
61 event = (struct inotify_event *)(event_buf + pos);
77 return (size_t)ret >= sizeof(event_buf)-512;

Completed in 10 milliseconds