Searched defs:magic (Results 1 - 25 of 98) sorted by relevance

1234

/bind-9.11.3/lib/isc/include/isc/
H A Dondestroy.h73 unsigned int magic; member in struct:isc_ondestroy
H A Dmagic.h9 /* $Id: magic.h,v 1.18 2007/06/19 23:47:18 tbox Exp $ */
16 /*! \file isc/magic.h */
19 unsigned int magic; member in struct:__anon238
24 * To use this macro the magic number MUST be the first thing in the
26 * The intent of this is to allow magic numbers to be checked even though
30 ISC_LIKELY(((const isc__magic_t *)(a))->magic == (b)))
H A Dapp.h80 #include <isc/magic.h>
96 * functions). magic must be ISCAPI_APPMETHODS_MAGIC.
121 * may change the structure. 'magic' must be ISCAPI_APPCTX_MAGIC for any
127 unsigned int magic; member in struct:isc_appctx
133 (c)->magic == ISCAPI_APPCTX_MAGIC)
H A Drwlock.h44 unsigned int magic; member in struct:isc_rwlock
110 unsigned int magic; member in struct:isc_rwlock
/bind-9.11.3/lib/dns/include/dns/
H A Diptable.h15 #include <isc/magic.h>
21 unsigned int magic; member in struct:dns_iptable
H A Dnta.h25 #include <isc/magic.h>
41 unsigned int magic; member in struct:dns_ntatable
H A Drdatasetiter.h56 #include <isc/magic.h>
83 * may change the structure. 'magic' must be #DNS_RDATASETITER_MAGIC for
89 unsigned int magic; member in struct:dns_rdatasetiter
H A Drriterator.h28 #include <isc/magic.h>
53 unsigned int magic; member in struct:dns_rriterator
H A Dtcpmsg.h22 unsigned int magic; member in struct:dns_tcpmsg
H A Dcallbacks.h21 #include <isc/magic.h>
35 unsigned int magic; member in struct:dns_rdatacallbacks
81 * \li 'magic' is set to DNS_CALLBACK_MAGIC
H A Ddbiterator.h56 #include <isc/magic.h>
88 * may change the structure. 'magic' must be DNS_DBITERATOR_MAGIC for any of
94 unsigned int magic; member in struct:dns_dbiterator
H A Ddyndb.h30 unsigned int magic; member in struct:dns_dyndbctx
H A Ddiff.h29 #include <isc/magic.h>
73 unsigned int magic; member in struct:dns_difftuple
94 unsigned int magic; member in struct:dns_diff
/bind-9.11.3/lib/isc/nls/
H A Dmsgcat.c21 #include <isc/magic.h>
38 unsigned int magic; member in struct:isc_msgcat
72 msgcat->magic = MSGCAT_MAGIC;
94 msgcat->magic = 0;
/bind-9.11.3/lib/isc/unix/include/isc/
H A Ddir.h41 unsigned int magic; member in struct:isc_dir
/bind-9.11.3/lib/isc/win32/include/isc/
H A Ddir.h33 unsigned int magic; member in struct:__anon297
/bind-9.11.3/lib/isccc/include/isccc/
H A Dccmsg.h37 unsigned int magic; member in struct:isccc_ccmsg
/bind-9.11.3/lib/lwres/include/lwres/
H A Dlwbuffer.h108 (b)->magic == LWRES_BUFFER_MAGIC)
140 unsigned int magic; member in struct:lwres_buffer
/bind-9.11.3/bin/named/include/named/
H A Dlwsearch.h34 unsigned int magic; member in struct:ns_lwsearchlist
H A Dlwresd.h24 unsigned int magic; member in struct:ns_lwresd
38 unsigned int magic; member in struct:ns_lwreslistener
H A Dinterfacemgr.h42 #include <isc/magic.h>
63 unsigned int magic; /*%< Magic number. */ member in struct:ns_interface
/bind-9.11.3/lib/dns/
H A Dtsec.c30 unsigned int magic; member in struct:dns_tsec
102 tsec->magic = DNS_TSEC_MAGIC;
127 tsec->magic = 0;
H A Dorder.c15 #include <isc/magic.h>
37 unsigned int magic; member in struct:dns_order
68 order->magic = DNS_ORDER_MAGIC;
151 order->magic = 0;
/bind-9.11.3/lib/isc/
H A Dcounter.c16 #include <isc/magic.h>
24 unsigned int magic; member in struct:isc_counter
56 counter->magic = COUNTER_MAGIC;
105 counter->magic = 0;
/bind-9.11.3/lib/isc/unix/
H A Difiter_getifaddrs.c29 unsigned int magic; /*%< Magic number. */ member in struct:isc_interfaceiter
94 iter->magic = IFITER_MAGIC;

Completed in 325 milliseconds

1234