Home
last modified time | relevance | path

Searched refs:notify_list (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
H A Dserver.c2863 notify_list = new; in serve_notify()
2918 while (notify_list != NULL) in server_notify()
2931 notify_do (*notify_list->type, notify_list->filename, in server_notify()
2932 notify_list->update_dir, getcaller(), notify_list->val, in server_notify()
2933 notify_list->watches, repos); in server_notify()
2951 p = notify_list->next; in server_notify()
2952 free (notify_list->filename); in server_notify()
2953 free (notify_list->dir); in server_notify()
2954 free (notify_list->type); in server_notify()
2955 free (notify_list); in server_notify()
[all …]