Searched refs:cb_func (Results 1 – 3 of 3) 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()
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()