Lines Matching refs:old_path
502 const char *old_path = NULL, *new_path = NULL;
518 if (old_path == NULL) {
519 if (mailbox_tree_iterate_next(old_iter, &old_path) == NULL)
520 old_path = NULL;
527 if (old_path == NULL) {
534 ret = strcmp(old_path, new_path);
538 old_path = NULL;
545 old_path = p_strdup(pool, old_path);
546 array_append(&inotify->new_unsubscriptions, &old_path, 1);
547 old_path = NULL;