Lines Matching defs:username_hash

597 		      unsigned int username_hash, struct mail_host *host,
618 username_hash, timestamp);
622 user = user_directory_lookup(users, username_hash);
624 *user_r = user_directory_add(users, username_hash,
627 dir_debug("user refresh: %u added", username_hash);
635 username_hash);
645 dir_debug("user refresh: %u set weak", username_hash);
651 username_hash, host->ip_str,
662 "replacing host %s with %s", username_hash,
670 username_hash, user->host->ip_str, host->ip_str);
679 username_hash, user->host->ip_str, host->ip_str);
713 username_hash, &host->ip);
733 username_hash, user->timestamp, timestamp);
739 username_hash, timestamp, user->timestamp);
756 unsigned int username_hash, timestamp;
763 str_to_uint(args[0], &username_hash) < 0 ||
786 if (director_user_refresh(conn, username_hash, host,
818 unsigned int username_hash;
826 str_to_uint(args[0], &username_hash) < 0 ||
843 if (director_user_refresh(conn, username_hash,
1014 unsigned int username_hash;
1030 str_to_uint(args[0], &username_hash) < 0 ||
1055 username_hash);
1064 username_hash, dir_host->ip_str);
1068 ret = director_user_refresh(conn, username_hash,
1273 unsigned int username_hash;
1280 str_to_uint(args[0], &username_hash) < 0 ||
1289 username_hash, host);
1337 unsigned int username_hash;
1345 str_to_uint(args[0], &username_hash) < 0 ||
1352 username_hash, &except_ip);
1360 unsigned int username_hash;
1363 str_to_uint(args[0], &username_hash) < 0) {
1368 director_user_killed(conn->dir, username_hash);
1377 unsigned int seq, username_hash;
1384 str_to_uint(args[0], &username_hash) < 0) {
1392 "with seq=%u <= %s.last_seq=%u", username_hash,
1398 dir_host, username_hash);
2193 str_append(str, dec2str_buf(dec_buf, user->username_hash));