Searched refs:c_func (Results 1 – 3 of 3) sorted by relevance
125 c->c_func = ftn; in sctp_os_timer_start()157 void (*c_func)(void *); in sctp_handle_tick() local168 c_func = c->c_func; in sctp_handle_tick()172 c_func(c_arg); in sctp_handle_tick()
82 void (*c_func)(void *); /* function to call */ member
5579 c_func = getattr(C, attr)5583 c_sig = inspect.signature(c_func)5662 c_func = getattr(c_type, attr)5665 c_sig = inspect.signature(c_func)5694 raise TestFailed("invalid signature for %s: %s %s" % (c_func, args, kwds))