Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/external/iptables/libxtables/
Dxtoptions.c29 #define XTOPT_MKPTR(cb) \ argument
172 static void xtopt_parse_int(struct xt_option_call *cb) in xtopt_parse_int()
211 static void xtopt_parse_float(struct xt_option_call *cb) in xtopt_parse_float()
234 static void xtopt_mint_value_to_cb(struct xt_option_call *cb, uintmax_t value) in xtopt_mint_value_to_cb()
253 static void xtopt_mint_value_to_ptr(struct xt_option_call *cb, void **datap, in xtopt_mint_value_to_ptr()
282 static void xtopt_parse_mint(struct xt_option_call *cb) in xtopt_parse_mint()
331 static void xtopt_parse_string(struct xt_option_call *cb) in xtopt_parse_string()
373 static bool tos_parse_numeric(const char *str, struct xt_option_call *cb, in tos_parse_numeric()
402 static void xtopt_parse_tosmask(struct xt_option_call *cb) in xtopt_parse_tosmask()
429 static void xtopt_parse_markmask(struct xt_option_call *cb) in xtopt_parse_markmask()
[all …]
/external/boringssl/src/crypto/pem/
Dpem_pk8.c86 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey_nid()
93 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey()
100 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_bio()
107 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_nid_bio()
114 pem_password_cb *cb, void *u) in do_pk8pkey()
152 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) in d2i_PKCS8PrivateKey_bio()
187 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_fp()
194 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_nid_fp()
201 pem_password_cb *cb, void *u) in PEM_write_PKCS8PrivateKey_nid()
207 char *kstr, int klen, pem_password_cb *cb, void *u) in PEM_write_PKCS8PrivateKey()
[all …]
Dpem_pkey.c77 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) in PEM_read_bio_PrivateKey()
146 pem_password_cb *cb, void *u) in PEM_write_bio_PrivateKey()
232 EVP_PKEY *PEM_read_PrivateKey(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u) in PEM_read_PrivateKey()
250 pem_password_cb *cb, void *u) in PEM_write_PrivateKey()
270 DH *PEM_read_bio_DHparams(BIO *bp, DH **x, pem_password_cb *cb, void *u) in PEM_read_bio_DHparams()
297 DH *PEM_read_DHparams(FILE *fp, DH **x, pem_password_cb *cb, void *u) in PEM_read_DHparams()
Dpem_all.c156 RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, in PEM_read_bio_RSAPrivateKey()
166 RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, in PEM_read_RSAPrivateKey()
197 DSA *PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb, in PEM_read_bio_DSAPrivateKey()
242 EC_KEY *PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb, in PEM_read_bio_ECPrivateKey()
/external/libnl/lib/
Dhandlers.c208 struct nl_cb *cb; in nl_cb_alloc() local
235 struct nl_cb *cb; in nl_cb_clone() local
247 struct nl_cb *nl_cb_get(struct nl_cb *cb) in nl_cb_get()
254 void nl_cb_put(struct nl_cb *cb) in nl_cb_put()
285 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, in nl_cb_set()
314 int nl_cb_set_all(struct nl_cb *cb, enum nl_cb_kind kind, in nl_cb_set_all()
335 int nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, in nl_cb_err()
364 void nl_cb_overwrite_recvmsgs(struct nl_cb *cb, in nl_cb_overwrite_recvmsgs()
375 void nl_cb_overwrite_recv(struct nl_cb *cb, in nl_cb_overwrite_recv()
387 void nl_cb_overwrite_send(struct nl_cb *cb, in nl_cb_overwrite_send()
Dnl.c207 struct nl_cb *cb; in nl_sendmsg() local
325 struct nl_cb *cb = sk->s_cb; in nl_send_auto_complete() local
490 #define NL_CB_CALL(cb, type, msg) \ argument
506 static int recvmsgs(struct nl_sock *sk, struct nl_cb *cb) in recvmsgs()
701 int nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb) in nl_recvmsgs()
737 struct nl_cb *cb; in nl_wait_for_ack() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc93 void DD::MutexInit(DDCallback *cb, DDMutex *m) { in MutexInit()
104 void DD::MutexBeforeLock(DDCallback *cb, in MutexBeforeLock()
120 void DD::ReportDeadlock(DDCallback *cb, DDMutex *m) { in ReportDeadlock()
148 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { in MutexAfterLock()
168 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock()
173 void DD::MutexDestroy(DDCallback *cb, in MutexDestroy()
182 DDReport *DD::GetReport(DDCallback *cb) { in GetReport()
Dsanitizer_quarantine.h60 void Put(Cache *c, Callback cb, Node *ptr, uptr size) { in Put()
66 void NOINLINE Drain(Cache *c, Callback cb) { in Drain()
87 void NOINLINE Recycle(Callback cb) { in Recycle()
101 void NOINLINE DoRecycle(Cache *c, Callback cb) { in DoRecycle()
131 void Enqueue(Callback cb, void *ptr, uptr size) { in Enqueue()
174 NOINLINE QuarantineBatch* AllocBatch(Callback cb) { in AllocBatch()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc44 Callback cb(thr, pc); in DDMutexInit() local
103 Callback cb(thr, pc); in MutexDestroy() local
172 Callback cb(thr, pc); in MutexLock() local
183 Callback cb(thr, pc); in MutexLock() local
216 Callback cb(thr, pc); in MutexUnlock() local
225 Callback cb(thr, pc); in MutexUnlock() local
250 Callback cb(thr, pc); in MutexReadLock() local
261 Callback cb(thr, pc); in MutexReadLock() local
283 Callback cb(thr, pc); in MutexReadUnlock() local
293 Callback cb(thr, pc); in MutexReadUnlock() local
[all …]
/external/mesa3d/src/gallium/state_trackers/vega/
Darc.c458 static void cb_null_move(struct arc_cb *cb, VGfloat x, VGfloat y) in cb_null_move()
462 static void polygon_point(struct arc_cb *cb, VGfloat x, VGfloat y) in polygon_point()
468 static void polygon_bezier(struct arc_cb *cb, struct bezier *bezier) in polygon_bezier()
474 static void stroke_point(struct arc_cb *cb, VGfloat x, VGfloat y) in stroke_point()
480 static void stroke_curve(struct arc_cb *cb, struct bezier *bezier) in stroke_curve()
489 static void stroke_emit_point(struct arc_cb *cb, VGfloat x, VGfloat y) in stroke_emit_point()
495 static void stroke_emit_curve(struct arc_cb *cb, struct bezier *bezier) in stroke_emit_curve()
504 static void arc_path_move(struct arc_cb *cb, VGfloat x, VGfloat y) in arc_path_move()
510 static void arc_path_point(struct arc_cb *cb, VGfloat x, VGfloat y) in arc_path_point()
516 static void arc_path_bezier(struct arc_cb *cb, struct bezier *bezier) in arc_path_bezier()
[all …]
/external/iptables/extensions/
Dlibxt_HMARK.c182 hmark_parse_type(struct xt_option_call *cb) in hmark_parse_type()
204 static void HMARK_parse(struct xt_option_call *cb, int plen) in HMARK_parse()
263 static void HMARK_ip4_parse(struct xt_option_call *cb) in HMARK_ip4_parse()
267 static void HMARK_ip6_parse(struct xt_option_call *cb) in HMARK_ip6_parse()
272 static void HMARK_check(struct xt_fcheck_call *cb) in HMARK_check()
Dlibxt_MARK.c83 static void MARK_parse_v0(struct xt_option_call *cb) in MARK_parse_v0()
99 static void MARK_check(struct xt_fcheck_call *cb) in MARK_check()
107 static void MARK_parse_v1(struct xt_option_call *cb) in MARK_parse_v1()
126 static void mark_tg_parse(struct xt_option_call *cb) in mark_tg_parse()
154 static void mark_tg_check(struct xt_fcheck_call *cb) in mark_tg_check()
Dlibxt_bpf.c39 static void bpf_parse_string(struct xt_option_call *cb, const char *bpf_program, in bpf_parse_string()
83 static void bpf_parse(struct xt_option_call *cb) in bpf_parse()
121 static void bpf_fcheck(struct xt_fcheck_call *cb) in bpf_fcheck()
Dlibxt_iprange.c96 static void iprange_parse(struct xt_option_call *cb) in iprange_parse()
122 static void iprange_mt_parse(struct xt_option_call *cb, uint8_t nfproto) in iprange_mt_parse()
145 static void iprange_mt4_parse(struct xt_option_call *cb) in iprange_mt4_parse()
150 static void iprange_mt6_parse(struct xt_option_call *cb) in iprange_mt6_parse()
155 static void iprange_mt_check(struct xt_fcheck_call *cb) in iprange_mt_check()
Dlibxt_connlimit.c57 static void connlimit_parse(struct xt_option_call *cb, uint8_t family) in connlimit_parse()
89 static void connlimit_parse4(struct xt_option_call *cb) in connlimit_parse4()
94 static void connlimit_parse6(struct xt_option_call *cb) in connlimit_parse6()
99 static void connlimit_check(struct xt_fcheck_call *cb) in connlimit_check()
Dlibxt_multiport.c164 static void __multiport_parse(struct xt_option_call *cb, uint16_t pnum, in __multiport_parse()
196 static void multiport_parse(struct xt_option_call *cb) in multiport_parse()
203 static void multiport_parse6(struct xt_option_call *cb) in multiport_parse6()
210 static void __multiport_parse_v1(struct xt_option_call *cb, uint16_t pnum, in __multiport_parse_v1()
238 static void multiport_parse_v1(struct xt_option_call *cb) in multiport_parse_v1()
245 static void multiport_parse6_v1(struct xt_option_call *cb) in multiport_parse6_v1()
252 static void multiport_check(struct xt_fcheck_call *cb) in multiport_check()
Dlibxt_NFQUEUE.c67 static void NFQUEUE_parse(struct xt_option_call *cb) in NFQUEUE_parse()
75 static void NFQUEUE_parse_v1(struct xt_option_call *cb) in NFQUEUE_parse_v1()
95 static void NFQUEUE_parse_v2(struct xt_option_call *cb) in NFQUEUE_parse_v2()
107 static void NFQUEUE_parse_v3(struct xt_option_call *cb) in NFQUEUE_parse_v3()
/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc115 Callback cb(thr); in MutexBeforeLock() local
128 Callback cb(thr); in MutexAfterLock() local
141 Callback cb(thr); in MutexBeforeUnlock() local
152 Callback cb(thr); in MutexDestroy() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow.c101 static void reads_pair(struct rc_instruction * fullinst, rc_read_write_mask_fn cb, void * userdata) in reads_pair()
135 rc_pair_read_arg_fn cb, in pair_sub_for_all_args()
185 rc_read_src_fn cb, in rc_for_all_reads_src()
221 rc_pair_read_arg_fn cb, in rc_pair_for_all_reads_arg()
241 void rc_for_all_reads_mask(struct rc_instruction * inst, rc_read_write_mask_fn cb, void * userdata) in rc_for_all_reads_mask()
256 static void writes_normal(struct rc_instruction * fullinst, rc_read_write_mask_fn cb, void * userda… in writes_normal()
268 static void writes_pair(struct rc_instruction * fullinst, rc_read_write_mask_fn cb, void * userdata) in writes_pair()
288 void rc_for_all_writes_mask(struct rc_instruction * inst, rc_read_write_mask_fn cb, void * userdata) in rc_for_all_writes_mask()
319 void rc_for_all_reads_chan(struct rc_instruction * inst, rc_read_write_chan_fn cb, void * userdata) in rc_for_all_reads_chan()
332 void rc_for_all_writes_chan(struct rc_instruction * inst, rc_read_write_chan_fn cb, void * userdata) in rc_for_all_writes_chan()
[all …]
Dradeon_program_pair.c134 rc_pair_foreach_src_fn cb, in pair_foreach_source_callback()
172 rc_pair_foreach_src_fn cb) in rc_pair_foreach_source_that_alpha_reads()
187 rc_pair_foreach_src_fn cb) in rc_pair_foreach_source_that_rgb_reads()
/external/boringssl/
Dandroid_compat_hacks.c60 int SSL_set_session_ticket_ext_cb(SSL *s, void *cb, void *arg) { in SSL_set_session_ticket_ext_cb()
64 int SSL_set_session_secret_cb(SSL *s, void *cb, void *arg) { in SSL_set_session_secret_cb()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DEngineJob.java75 public void addCallback(ResourceCallback cb) { in addCallback()
86 public void removeCallback(ResourceCallback cb) { in removeCallback()
103 private void addIgnoredCallback(ResourceCallback cb) { in addIgnoredCallback()
110 private boolean isInIgnoredCallbacks(ResourceCallback cb) { in isInIgnoredCallbacks()
/external/skia/src/utils/win/
DSkIStream.cpp55 , ULONG cb in Read()
60 , ULONG cb in Write()
133 HRESULT STDMETHODCALLTYPE SkIStream::Read(void* pv, ULONG cb, ULONG* pcbRead) { in Read()
140 , ULONG cb in Write()
245 , ULONG cb in Write()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowCamera.java88 public void setPreviewCallback(Camera.PreviewCallback cb) { in setPreviewCallback()
93 public void setOneShotPreviewCallback(Camera.PreviewCallback cb) { in setOneShotPreviewCallback()
98 public void setPreviewCallbackWithBuffer(Camera.PreviewCallback cb) { in setPreviewCallbackWithBuffer()
/external/valgrind/memcheck/tests/vbit-test/
Dvalgrind.c12 IRICB cb; in new_iricb() local
74 valgrind_vex_init_for_iri(IRICB *cb) in valgrind_vex_init_for_iri()

12345678910>>...15