Home
last modified time | relevance | path

Searched refs:cb_func (Results 1 – 7 of 7) sorted by relevance

/external/vboot_reference/futility/
Dtraversal.c57 static int (* const * const cb_func[])(struct futil_traverse_state_s *state) = { variable
61 BUILD_ASSERT(ARRAY_SIZE(cb_func) == NUM_FUTIL_OPS);
179 if (cb_func[state->op][c]) in invoke_callback()
180 return cb_func[state->op][c](state); in invoke_callback()
/external/u-boot/fs/cramfs/
Duncompress.c65 stream.outcb = (cb_func) WATCHDOG_RESET; in cramfs_uncompress_init()
/external/u-boot/include/u-boot/
Dzlib.h416 typedef void (*cb_func) OF((Bytef *buf, uInt len));
434 cb_func outcb; /* called regularly just before blocks of output */
/external/libevent/
Devbuffer-internal.h69 evbuffer_cb_func cb_func; member
Dbuffer.c508 cbent->cb.cb_func(buffer, &info, cbent->cbarg); in evbuffer_run_callbacks()
3320 e->cb.cb_func = cb; in evbuffer_add_cb()
3346 if (cb == cbent->cb.cb_func && cbarg == cbent->cbarg) { in evbuffer_remove_cb()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcredentials.pyx.pxi23 def _spawn_callback_in_thread(cb_func, args): argument
24 ForkManagedThread(target=cb_func, args=args).start()
Dgrpc_gevent.pyx.pxi422 def cb_func(cb, args): function
424 set_async_callback_func(cb_func)