/src/lib/libc/citrus/ |
citrus_iconv.c | 252 match_func(struct _citrus_iconv_shared * __restrict ci, function in typeref:typename:int 273 _CITRUS_HASH_SEARCH(&shared_pool, ci, ci_hash_entry, match_func,
|
citrus_mapper.c | 305 * match_func 308 match_func(struct _citrus_mapper *cm, const char *key) function in typeref:typename:int 332 _CITRUS_HASH_SEARCH(&ma->ma_cache, cm, cm_entry, match_func, mapname,
|
/src/sys/net/npf/ |
npf_alg.c | 233 bool (*match_func)(npf_cache_t *, npf_nat_t *, int); local in function:npf_alg_match 235 match_func = atomic_load_relaxed(&f->match); 236 if (match_func && match_func(npc, nt, di)) {
|