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

/dovecot/src/plugins/push-notification/
H A Dpush-notification-event-messageread.h9 bool read; member in struct:push_notification_event_messageread_data
/dovecot/src/lib/
H A Distream-private.h16 ssize_t (*read)(struct istream_private *stream); member in struct:istream_private
47 always seeks parent stream to here before calling read(). */
52 /* increased every time the stream is changed (e.g. seek, read).
56 /* Timestamp when read() last returned >0 */
/dovecot/src/plugins/fts/
H A Dfts-expunge-log.c156 isn't the end of the world. the expunge count is simply read wrong
165 i_error("pread(%s) read only %d of %d bytes", log->path,
426 i_error("read(%s) failed: %s", ctx->log->path,
432 "Unexpected EOF (read %"PRIuSIZE_T" / %u bytes)",
449 /* initial read to try to get the record */
452 /* expected EOF - mark the file as read by unlinking it */
479 /* read the entire record */
531 struct fts_expunge_log *read; local
538 read = fts_expunge_log_init(path);
540 read_ctx = fts_expunge_log_read_begin(read);
[all...]
/dovecot/src/lib-fs/
H A Dfs-api-private.h46 ssize_t (*read)(struct fs_file *file, void *buf, size_t size); member in struct:fs_vfuncs

Completed in 2845 milliseconds