Searched refs:timerp (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dtimer_api.c101 isc_timer_t **timerp)
107 timerp));
111 isc_timer_attach(isc_timer_t *timer, isc_timer_t **timerp) { argument
113 REQUIRE(timerp != NULL && *timerp == NULL);
115 timer->methods->attach(timer, timerp);
117 ENSURE(*timerp == timer);
121 isc_timer_detach(isc_timer_t **timerp) { argument
122 REQUIRE(timerp != NULL && ISCAPI_TIMER_VALID(*timerp));
98 isc_timer_create(isc_timermgr_t *manager, isc_timertype_t type, isc_time_t *expires, isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
[all...]
H A Dtimer.c135 isc_timer_t **timerp);
145 isc__timer_attach(isc_timer_t *timer0, isc_timer_t **timerp);
147 isc__timer_detach(isc_timer_t **timerp);
397 isc_timer_t **timerp)
409 * in 'timerp'.
421 REQUIRE(timerp != NULL && *timerp == NULL);
510 *timerp = (isc_timer_t *)timer;
637 isc__timer_attach(isc_timer_t *timer0, isc_timer_t **timerp) { argument
641 * Attach *timerp t
394 isc__timer_create(isc_timermgr_t *manager0, isc_timertype_t type, isc_time_t *expires, isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
655 isc__timer_detach(isc_timer_t **timerp) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dtimer.h116 isc_timer_t **timerp);
120 void (*attach)(isc_timer_t *timer, isc_timer_t **timerp);
121 void (*detach)(isc_timer_t **timerp);
176 isc_timer_t **timerp);
181 * arg value. The new timer is returned in 'timerp'.
213 *\li 'timerp' is a valid pointer, and *timerp == NULL
217 *\li '*timerp' is attached to the newly created timer
291 isc_timer_attach(isc_timer_t *timer, isc_timer_t **timerp);
293 * Attach *timerp t
[all...]
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dtimer.h121 isc_timer_t **timerp);
126 * arg value. The new timer is returned in 'timerp'.
158 *\li 'timerp' is a valid pointer, and *timerp == NULL
162 *\li '*timerp' is attached to the newly created timer
236 isc_timer_attach(isc_timer_t *timer, isc_timer_t **timerp);
238 * Attach *timerp to timer.
244 *\li 'timerp' points to a NULL timer.
248 *\li *timerp is attached to timer.
252 isc_timer_detach(isc_timer_t **timerp);
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dtimer.el44 (defun timerp (object) function
53 (or (timerp timer)
69 (or (timerp timer)
156 (or (timerp timer)
169 (or (timerp timer)
185 (if (and (timerp timer)
224 (if (and (timerp timer)
260 (or (timerp timer)
326 (if (timerp timer)
/macosx-10.10.1/ntp-92/lib/isc/
H A Dtimer.c302 isc_timer_t **timerp)
313 * in 'timerp'.
325 REQUIRE(timerp != NULL && *timerp == NULL);
411 *timerp = timer;
536 isc_timer_attach(isc_timer_t *timer, isc_timer_t **timerp) { argument
538 * Attach *timerp to timer.
542 REQUIRE(timerp != NULL && *timerp == NULL);
548 *timerp
299 isc_timer_create(isc_timermgr_t *manager, isc_timertype_t type, isc_time_t *expires, isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
552 isc_timer_detach(isc_timer_t **timerp) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dloadhist.el244 (if (and (boundp x) (timerp (symbol-value x)))
247 (if (and (boundp x) (timerp (symbol-value x)))
H A Dmidnight.el221 (when (timerp midnight-timer) (cancel-timer midnight-timer))
H A Dautorevert.el381 (if (timerp auto-revert-timer)
H A Drecentf.el355 (when (timerp recentf-auto-cleanup-timer)
H A Dwindow.el819 (when (timerp mouse-autoselect-window-timer)
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dwhich-func.el249 (when (timerp which-func-update-timer)
H A Dcompile.el1778 (if (timerp next-error-highlight-timer)
1819 (if (timerp next-error-highlight-timer)
H A Didlwave.el4488 (and (fboundp 'timerp)
4489 (timerp idlwave-load-rinfo-idle-timer)))
4565 (and (fboundp 'timerp)
4566 (timerp idlwave-load-rinfo-idle-timer)))
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dcua-base.el1189 (if (timerp cua--prefix-override-timer)
1359 (or (timerp cua--prefix-override-timer)
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dzone.el198 (if (timerp zone-timer)
207 (if (timerp zone-timer)
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dnewsticker.el429 (timerp newsticker--display-timer))

Completed in 306 milliseconds