OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TIMER_MAGIC
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/
timer.c
38
#define
TIMER_MAGIC
ISC_MAGIC('T', 'I', 'M', 'R')
39
#define VALID_TIMER(t) ISC_MAGIC_VALID(t,
TIMER_MAGIC
)
73
.magic =
TIMER_MAGIC
,
/src/external/mpl/dhcp/bind/dist/lib/isc/
timer.c
59
#define
TIMER_MAGIC
ISC_MAGIC('T', 'I', 'M', 'R')
60
#define VALID_TIMER(t) ISC_MAGIC_VALID(t,
TIMER_MAGIC
)
328
timer->magic =
TIMER_MAGIC
;
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026