Searched refs:filter_func (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/flex/ |
| H A D | filter.c | 54 f->filter_func = NULL; in filter_create_ext() 104 int (*filter_func) (struct filter *), in filter_create_int() 118 f->filter_func = filter_func; in filter_create_int() 179 if (chain->filter_func) { in filter_apply_chain() 182 if ((r = chain->filter_func (chain)) == -1) in filter_apply_chain()
|
| H A D | flexdef.h | 1177 int (*filter_func)(struct filter*); /**< internal filter function */ member 1188 int (*filter_func) (struct filter *),
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | dump.c | 1975 svn_repos_dump_filter_func_t filter_func; member 1989 return svn_error_trace(b->filter_func(allowed, root, path, b->filter_baton, in dump_filter_authz_func() 2007 svn_repos_dump_filter_func_t filter_func, in svn_repos_dump_fs4() argument 2057 if (filter_func) in svn_repos_dump_fs4() 2060 authz_baton.filter_func = filter_func; in svn_repos_dump_fs4()
|
| /freebsd-12.1/contrib/subversion/subversion/include/ |
| H A D | svn_repos.h | 3353 svn_repos_dump_filter_func_t filter_func,
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/ |
| H A D | libzfs_sendrecv.c | 1761 sendflags_t *flags, int outfd, snapfilter_cb_t filter_func, in zfs_send() argument 1902 sdd.filter_cb = filter_func; in zfs_send()
|