Searched refs:cb_func (Results 1 – 7 of 7) sorted by relevance
57 static int (* const * const cb_func[])(struct futil_traverse_state_s *state) = { variable61 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()
65 stream.outcb = (cb_func) WATCHDOG_RESET; in cramfs_uncompress_init()
416 typedef void (*cb_func) OF((Bytef *buf, uInt len));434 cb_func outcb; /* called regularly just before blocks of output */
69 evbuffer_cb_func cb_func; member
508 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()
23 def _spawn_callback_in_thread(cb_func, args): argument24 ForkManagedThread(target=cb_func, args=args).start()
422 def cb_func(cb, args): function424 set_async_callback_func(cb_func)