Home
last modified time | relevance | path

Searched refs:comp_function (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Dhash.h39 typedef size_t (*comp_function) (void* key1, typedef
53 comp_function comp_func;
74 comp_function comparator,
Dhash.c62 comp_function comparator, in Curl_hash_init()
/external/minijail/
Dbpf.c129 size_t (*comp_function)(struct sock_filter *filter, unsigned long k, in bpf_arg_comp() local
139 comp_function = bpf_comp_jeq; in bpf_arg_comp()
143 comp_function = bpf_comp_jeq; in bpf_arg_comp()
147 comp_function = bpf_comp_jset; in bpf_arg_comp()
161 curr_block += comp_function(curr_block, c, jt, jf); in bpf_arg_comp()