Lines Matching defs:tuser
107 struct trash_user *tuser = TRASH_USER_CONTEXT_REQUIRE(ctx->quota->user);
115 trashes = array_get_modifiable(&tuser->trash_boxes, &count);
290 struct trash_user *tuser = TRASH_USER_CONTEXT_REQUIRE(user);
302 p_array_init(&tuser->trash_boxes, user->pool, INIT_TRASH_MAILBOX_COUNT);
312 trash = array_append_space(&tuser->trash_boxes);
340 array_sort(&tuser->trash_boxes, trash_mailbox_priority_cmp);
348 struct trash_user *tuser;
358 tuser = p_new(user->pool, struct trash_user, 1);
359 tuser->config_file = env;
360 MODULE_CONTEXT_SET(user, trash_user_module, tuser);
368 struct trash_user *tuser = TRASH_USER_CONTEXT(user);
371 if (tuser != NULL && read_configuration(user, tuser->config_file) == 0) {