Lines Matching defs:new_path
502 const char *old_path = NULL, *new_path = NULL;
522 if (new_path == NULL) {
523 if (mailbox_tree_iterate_next(new_iter, &new_path) == NULL)
524 new_path = NULL;
528 if (new_path == NULL)
531 } else if (new_path == NULL)
534 ret = strcmp(old_path, new_path);
539 new_path = NULL;
541 new_path = p_strdup(pool, new_path);
542 array_append(&inotify->new_subscriptions, &new_path, 1);
543 new_path = NULL;