HomeSort by relevance Sort by last modified time
    Searched refs:c_func (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CXX/class/class.friend/
p1-ambiguous.cpp 13 int c_func(foo *a);
19 friend int c_func(foo *a);
26 int c_func(foo *a) { function
35 c_func(this);
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_sctp_timer_iterate.c 53 void (*c_func)(void *);
84 c_func = c->c_func;
88 c_func(c_arg);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_callout.c 93 c->c_func = ftn;
130 void (*c_func)(void *);
143 c_func = c->c_func;
148 c_func(c_arg);
sctp_callout.h 76 void (*c_func)(void *); /* function to call */ member in struct:sctp_callout
  /external/ppp/pppd/
main.c 1243 void (*c_func) __P((void *)); /* routine */ member in struct:callout
1267 newp->c_func = func;
    [all...]

Completed in 95 milliseconds