Home
last modified time | relevance | path

Searched refs:EndpTCB (Results 1 – 9 of 9) sorted by relevance

/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Dendpoint.h120 TimeoutId prepareWake(EndpTCB func, time_t timeToWake, void *clientData);
126 TimeoutId prepareSleep(EndpTCB func, int timeToSleep, void *clientData);
129 TimeoutId updateSleep(TimeoutId tid, EndpTCB func, int timeToSleep,
H A Dendpoint.c93 EndpTCB func; /* the function to call */
117 static TimerElem newTimerElem(TimeoutId i, time_t w, EndpTCB f, void *d);
118 static TimeoutId timerElemAdd(time_t when, EndpTCB func, void *data);
415 prepareWake(EndpTCB func, time_t timeToWake, void *clientData) in prepareWake()
436 prepareSleep(EndpTCB func, int timeToSleep, void *clientData) in prepareSleep()
455 updateSleep(TimeoutId tid, EndpTCB func, int timeToSleep, void *clientData) in updateSleep()
1111 newTimerElem(TimeoutId i, time_t w, EndpTCB f, void *d) in newTimerElem()
1142 timerElemAdd(time_t when, EndpTCB func, void *data) in timerElemAdd()
1207 EndpTCB cbk = timeoutQueue->func; in doTimeout()
H A Dmisc.h42 typedef void (*EndpTCB)(TimeoutId tid, void *d); /* see endpoint.h */ typedef
/dports/news/inn/inn-2.6.4/innfeed/
H A Dendpoint.h124 TimeoutId prepareWake (EndpTCB func,
132 TimeoutId prepareSleep (EndpTCB func,
138 EndpTCB func,
H A Dendpoint.c98 EndpTCB func ; /* the function to call */
133 static TimerElem newTimerElem (TimeoutId i, time_t w, EndpTCB f, void *d) ;
134 static TimeoutId timerElemAdd (time_t when, EndpTCB func, void *data) ;
498 TimeoutId prepareWake (EndpTCB func, time_t timeToWake, void *clientData) in prepareWake()
518 TimeoutId prepareSleep (EndpTCB func, int timeToSleep, void *clientData) in prepareSleep()
536 TimeoutId updateSleep (TimeoutId tid, EndpTCB func, int timeToSleep, in updateSleep()
1262 static TimerElem newTimerElem (TimeoutId i, time_t w, EndpTCB f, void *d) in newTimerElem()
1294 static TimeoutId timerElemAdd (time_t when, EndpTCB func, void *data) in timerElemAdd()
1367 EndpTCB cbk = timeoutQueue->func ; in doTimeout()
H A Dmisc.h39 typedef void (*EndpTCB) (TimeoutId tid, void *d) ; /* see endpoint.h */ typedef
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A Dendpoint.h124 TimeoutId prepareWake (EndpTCB func,
132 TimeoutId prepareSleep (EndpTCB func,
138 EndpTCB func,
H A Dendpoint.c98 EndpTCB func ; /* the function to call */
133 static TimerElem newTimerElem (TimeoutId i, time_t w, EndpTCB f, void *d) ;
134 static TimeoutId timerElemAdd (time_t when, EndpTCB func, void *data) ;
498 TimeoutId prepareWake (EndpTCB func, time_t timeToWake, void *clientData) in prepareWake()
518 TimeoutId prepareSleep (EndpTCB func, int timeToSleep, void *clientData) in prepareSleep()
536 TimeoutId updateSleep (TimeoutId tid, EndpTCB func, int timeToSleep, in updateSleep()
1262 static TimerElem newTimerElem (TimeoutId i, time_t w, EndpTCB f, void *d) in newTimerElem()
1294 static TimeoutId timerElemAdd (time_t when, EndpTCB func, void *data) in timerElemAdd()
1367 EndpTCB cbk = timeoutQueue->func ; in doTimeout()
H A Dmisc.h39 typedef void (*EndpTCB) (TimeoutId tid, void *d) ; /* see endpoint.h */ typedef