Searched refs:magic (Results 1 - 25 of 117) sorted by relevance

12345

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dmagic.h18 /* $Id: magic.h,v 1.18 2007/06/19 23:47:18 tbox Exp $ */
23 /*! \file isc/magic.h */
26 unsigned int magic; member in struct:__anon168
31 * To use this macro the magic number MUST be the first thing in the
33 * The intent of this is to allow magic numbers to be checked even though
37 (((const isc__magic_t *)(a))->magic == (b)))
H A Dondestroy.h82 unsigned int magic; member in struct:isc_ondestroy
H A Dbitstring.h85 unsigned int magic; member in struct:isc_bitstring
H A Drwlock.h45 unsigned int magic; member in struct:isc_rwlock
104 unsigned int magic; member in struct:isc_rwlock
/bind-9.6-ESV-R11/lib/isc/nls/
H A Dmsgcat.c30 #include <isc/magic.h>
47 unsigned int magic; member in struct:isc_msgcat
81 msgcat->magic = MSGCAT_MAGIC;
103 msgcat->magic = 0;
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Diptable.h23 #include <isc/magic.h>
29 unsigned int magic; member in struct:dns_iptable
H A Drdatasetiter.h65 #include <isc/magic.h>
92 * may change the structure. 'magic' must be #DNS_RDATASETITER_MAGIC for
98 unsigned int magic; member in struct:dns_rdatasetiter
H A Ddiff.h38 #include <isc/magic.h>
82 unsigned int magic; member in struct:dns_difftuple
103 unsigned int magic; member in struct:dns_diff
H A Ddbiterator.h65 #include <isc/magic.h>
97 * may change the structure. 'magic' must be DNS_DBITERATOR_MAGIC for any of
103 unsigned int magic; member in struct:dns_dbiterator
H A Dadb.h77 #include <isc/magic.h>
112 unsigned int magic; /*%< RO: magic */ member in struct:dns_adbfind
214 unsigned int magic; /*%< private */ member in struct:dns_adbaddrinfo
H A Dtcpmsg.h31 unsigned int magic; member in struct:dns_tcpmsg
H A Dcompress.h53 unsigned int magic; /*%< Magic number. */ member in struct:dns_compress
71 unsigned int magic; /*%< Magic number. */ member in struct:dns_decompress
H A Dpeer.h37 #include <isc/magic.h>
53 unsigned int magic; member in struct:dns_peerlist
62 unsigned int magic; member in struct:dns_peer
H A Dacl.h37 #include <isc/magic.h>
74 unsigned int magic; member in struct:dns_acl
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dinterfacemgr.h51 #include <isc/magic.h>
71 unsigned int magic; /*%< Magic number. */ member in struct:ns_interface
H A Dlwresd.h33 unsigned int magic; member in struct:ns_lwresd
45 unsigned int magic; member in struct:ns_lwreslistener
H A Dlwsearch.h43 unsigned int magic; member in struct:ns_lwsearchlist
/bind-9.6-ESV-R11/lib/isc/
H A Dondestroy.c27 #include <isc/magic.h>
37 ondest->magic = ONDESTROY_MAGIC;
H A Dbitstring.c26 #include <isc/magic.h>
57 bitstring->magic = BITSTRING_MAGIC;
73 bitstring->magic = 0;
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dlwbuffer.h117 (b)->magic == LWRES_BUFFER_MAGIC)
149 unsigned int magic; member in struct:lwres_buffer
/bind-9.6-ESV-R11/lib/dns/
H A Dorder.c24 #include <isc/magic.h>
46 unsigned int magic; member in struct:dns_order
77 order->magic = DNS_ORDER_MAGIC;
160 order->magic = 0;
H A Ddst_internal.h40 #include <isc/magic.h>
86 unsigned int magic; member in struct:dst_key
122 unsigned int magic; member in struct:dst_context
/bind-9.6-ESV-R11/lib/isc/unix/include/isc/
H A Ddir.h50 unsigned int magic; member in struct:isc_dir
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Ddir.h42 unsigned int magic; member in struct:__anon201
/bind-9.6-ESV-R11/lib/isccc/include/isccc/
H A Dccmsg.h46 unsigned int magic; member in struct:isccc_ccmsg

Completed in 26 milliseconds

12345