Searched refs:stable_next (Results 1 - 7 of 7) sorted by relevance

/dovecot/src/old-stats/
H A Dmail-stats.h13 struct mail_command *stable_prev, *stable_next; member in struct:mail_command
28 struct mail_session *stable_prev, *stable_next; member in struct:mail_session
53 struct mail_user *stable_prev, *stable_next; member in struct:mail_user
70 struct mail_domain *stable_prev, *stable_next; member in struct:mail_domain
86 struct mail_ip *stable_prev, *stable_next; member in struct:mail_ip
H A Dmail-domain.c38 stable_prev, stable_next);
85 stable_prev, stable_next);
H A Dmail-ip.c40 DLLIST_PREPEND_FULL(&stable_mail_ips, ip, stable_prev, stable_next);
83 DLLIST_REMOVE_FULL(&stable_mail_ips, ip, stable_prev, stable_next);
H A Dmail-user.c48 stable_prev, stable_next);
93 stable_prev, stable_next);
H A Dmail-command.c60 stable_prev, stable_next);
76 stable_prev, stable_next);
H A Dclient-export.c272 for (; command != NULL; command = command->stable_next) {
320 for (; session != NULL; session = session->stable_next) {
370 for (; user != NULL; user = user->stable_next) {
412 for (; domain != NULL; domain = domain->stable_next) {
455 for (; ip != NULL; ip = ip->stable_next) {
H A Dmail-session.c122 stable_prev, stable_next);
164 stable_prev, stable_next);

Completed in 11 milliseconds