Searched refs:minor (Results 1 - 12 of 12) sorted by relevance
/dovecot/src/lib-http/ |
H A D | http-server-private.h | 205 unsigned int major, unsigned int minor) { 206 return (req->req.version_major == major && req->req.version_minor == minor); 204 http_server_request_version_equals(struct http_server_request *req, unsigned int major, unsigned int minor) argument
|
/dovecot/src/lib-index/ |
H A D | mail-transaction-log.h | 12 #define MAIL_TRANSACTION_LOG_VERSION_FULL(major, minor) \ 13 ((major) << 8 | (minor)) 34 uint64_t initial_modseq; /* v1.1+ (note: log's major/minor version) */
|
/dovecot/src/lib/ |
H A D | compat.h | 84 # define CMP_DEV_T(a, b) (major(a) == major(b) && minor(a) == minor(b))
|
H A D | fd-util.c | 77 dec2str(minor(st.st_dev)), dec2str(st.st_ino));
|
H A D | mountpoint.c | 115 if (minor(st.st_dev) == minor(mnt->dev) &&
|
H A D | file-lock.c | 112 major(st.st_dev), minor(st.st_dev), 124 major:minor:inode region-start region-end */
|
/dovecot/src/lib-dict-backend/ |
H A D | dict-db.c | 150 int ret, major, minor, patch; local 152 (void)db_version(&major, &minor, &patch); 153 if (major != DB_VERSION_MAJOR || minor != DB_VERSION_MINOR) { 158 major, minor, patch);
|
/dovecot/src/imap/ |
H A D | imap-master-client.c | 183 (unsigned long)minor(peer_st.st_dev), dec2str(peer_st.st_ino), 185 (unsigned long)minor(master_input->peer_dev),
|
H A D | imap-client-hibernate.c | 60 (unsigned long)minor(peer_st.st_dev),
|
/dovecot/src/doveadm/ |
H A D | client-connection-tcp.c | 497 unsigned int minor; local 508 DOVEADM_SERVER_PROTOCOL_VERSION_MAJOR, &minor)) { 514 if (minor > 0) {
|
H A D | server-connection.c | 45 unsigned int minor; member in struct:server_connection 372 &conn->minor)) { 380 if (conn->minor > 0)
|
/dovecot/src/imap-hibernate/ |
H A D | imap-client.c | 149 if (major(state->peer_dev) != 0 || minor(state->peer_dev) != 0) { 152 (unsigned long)minor(state->peer_dev));
|
Completed in 27 milliseconds