Searched refs:konst (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/
H A Dacconfig.h103 union { const void *konst; long *var; } _u; \
104 _u.konst = &(last); \
H A Dconfig.h.in106 union { const void *konst; long *var; } _u; \
107 _u.konst = &(last); \
/bind-9.11.3/lib/lwres/
H A Dcompat.c52 #define DE_CONST(konst, var) \
55 _u.k = konst; \
H A Dgetipnode.c331 const void *konst; member in union:__anon312
370 u.konst = src;
/bind-9.11.3/lib/isccc/include/isccc/
H A Dutil.h209 #define DE_CONST(konst, var) \
212 _u.k = konst; \
/bind-9.11.3/contrib/dlz/modules/include/
H A Ddlz_minimal.h83 #define DE_CONST(konst, var) \
86 _u.k = konst; \
/bind-9.11.3/lib/isc/include/isc/
H A Dutil.h58 #define DE_CONST(konst, var) \
61 _u.k = konst; \
/bind-9.11.3/contrib/dlz/modules/wildcard/
H A Ddlz_wildcard_dynamic.c60 #define DE_CONST(konst, var) \
63 _u.k = konst; \

Completed in 567 milliseconds