Home
last modified time | relevance | path

Searched refs:c_func (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_callout.c125 c->c_func = ftn; in sctp_os_timer_start()
157 void (*c_func)(void *); in sctp_handle_tick() local
168 c_func = c->c_func; in sctp_handle_tick()
172 c_func(c_arg); in sctp_handle_tick()
Dsctp_callout.h82 void (*c_func)(void *); /* function to call */ member
/third_party/python/Lib/test/
Dtest_decimal.py5579 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))