num_watches        63 source3/lib/avahi.c 	int num_watches = talloc_array_length(ctx->watches);
num_watches        66 source3/lib/avahi.c 	tmp = talloc_realloc(ctx, ctx->watches, AvahiWatch *, num_watches + 1);
num_watches        76 source3/lib/avahi.c 	ctx->watches[num_watches] = watch_ctx;
num_watches        92 source3/lib/avahi.c 				      num_watches);
num_watches       122 source3/lib/avahi.c 	int i, num_watches;
num_watches       126 source3/lib/avahi.c 	num_watches = talloc_array_length(watches);
num_watches       128 source3/lib/avahi.c 	for (i=0; i<num_watches; i++) {
num_watches       133 source3/lib/avahi.c 	if (i == num_watches) {
num_watches       139 source3/lib/avahi.c 		sizeof(*watches) * (num_watches - i - 1));
num_watches       141 source3/lib/avahi.c 				      num_watches - 1);