Home
last modified time | relevance | path

Searched refs:match_func (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmatch_list.c209 list->match_func = in match_list_init()
215 list->match_func[i] = va_arg(ap, MATCH_LIST_FN); in match_list_init()
255 if (list->match_func[i] (list, STR(list->fold_buf), pat)) in match_list_match()
274 myfree((void *) list->match_func); in match_list_free()
H A Dmatch_list.h34 MATCH_LIST_FN *match_func; /* match functions */ member
/netbsd-src/sys/net/npf/
H A Dnpf_alg.c233 bool (*match_func)(npf_cache_t *, npf_nat_t *, int); in npf_alg_match() local
235 match_func = atomic_load_relaxed(&f->match); in npf_alg_match()
236 if (match_func && match_func(npc, nt, di)) { in npf_alg_match()
/netbsd-src/lib/libc/citrus/
H A Dcitrus_mapper.c308 match_func(struct _citrus_mapper *cm, const char *key) in match_func() function
332 _CITRUS_HASH_SEARCH(&ma->ma_cache, cm, cm_entry, match_func, mapname, in _citrus_mapper_open()
H A Dcitrus_iconv.c252 match_func(struct _citrus_iconv_shared * __restrict ci, in match_func() function
273 _CITRUS_HASH_SEARCH(&shared_pool, ci, ci_hash_entry, match_func, in get_shared()
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Driscv.h432 int (*match_func) (const struct riscv_opcode *op, insn_t word); member
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Driscv.h522 int (*match_func) (const struct riscv_opcode *op, insn_t word); member
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Driscv-dis.c647 if (! (op->match_func) (op, word)) in riscv_disassemble_insn()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Driscv-dis.c843 if (! (op->match_func) (op, word)) in riscv_disassemble_insn()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-riscv.c2665 if (insn->match_func && !insn->match_func (insn, ip->insn_opcode)) in riscv_ip()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-riscv.c2359 if (!insn->match_func (insn, ip->insn_opcode)) in riscv_ip()