Lines Matching defs:read
156 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;
538 read = fts_expunge_log_init(path);
540 read_ctx = fts_expunge_log_read_begin(read);
550 fts_expunge_log_deinit(&read);