watches 26 source3/lib/avahi.c AvahiWatch **watches; watches 63 source3/lib/avahi.c int num_watches = talloc_array_length(ctx->watches); watches 66 source3/lib/avahi.c tmp = talloc_realloc(ctx, ctx->watches, AvahiWatch *, num_watches + 1); watches 70 source3/lib/avahi.c ctx->watches = tmp; watches 76 source3/lib/avahi.c ctx->watches[num_watches] = watch_ctx; watches 91 source3/lib/avahi.c ctx->watches = talloc_realloc(ctx, ctx->watches, AvahiWatch *, watches 123 source3/lib/avahi.c AvahiWatch **watches = w->ctx->watches; watches 126 source3/lib/avahi.c num_watches = talloc_array_length(watches); watches 129 source3/lib/avahi.c if (w == watches[i]) { watches 138 source3/lib/avahi.c memmove(&watches[i], &watches[i+1], watches 139 source3/lib/avahi.c sizeof(*watches) * (num_watches - i - 1)); watches 140 source3/lib/avahi.c ctx->watches = talloc_realloc(ctx, watches, AvahiWatch *, watches 77 source3/smbd/notify_inotify.c struct inotify_watch_context *watches; watches 197 source3/smbd/notify_inotify.c for (w=in->watches;w;w=next) { watches 215 source3/smbd/notify_inotify.c for (w=in->watches;w;w=next) { watches 298 source3/smbd/notify_inotify.c in->watches = NULL; watches 347 source3/smbd/notify_inotify.c DLIST_REMOVE(w->in->watches, w); watches 350 source3/smbd/notify_inotify.c for (w=in->watches;w;w=w->next) { watches 436 source3/smbd/notify_inotify.c DLIST_ADD(in->watches, w); watches 72 source4/ntvfs/sysdep/inotify.c struct inotify_watch_context *watches; watches 171 source4/ntvfs/sysdep/inotify.c for (w=in->watches;w;w=next) { watches 189 source4/ntvfs/sysdep/inotify.c for (w=in->watches;w;w=next) { watches 264 source4/ntvfs/sysdep/inotify.c in->watches = NULL; watches 323 source4/ntvfs/sysdep/inotify.c DLIST_REMOVE(w->in->watches, w); watches 326 source4/ntvfs/sysdep/inotify.c for (w=in->watches;w;w=w->next) { watches 401 source4/ntvfs/sysdep/inotify.c DLIST_ADD(in->watches, w);