match_fn          280 source3/include/proto.h 		bool (*match_fn)(const char *, const void *));
match_fn          215 source3/lib/access.c 		bool (*match_fn)(const char *, const void *))
match_fn          235 source3/lib/access.c 		if ((match = (*match_fn) (*list, item))) {
match_fn          248 source3/lib/access.c 			if ((*match_fn) (*list, item)) {