HomeSort by: relevance | last modified time | path
    Searched refs:ISC_LINK_TOMBSTONE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/include/isc/
list.h 20 #define ISC_LINK_TOMBSTONE(type) ((type *)-1)
29 .prev = ISC_LINK_TOMBSTONE(type), \
30 .next = ISC_LINK_TOMBSTONE(type), \
56 (elt)->link.prev = ISC_LINK_TOMBSTONE(type); \
57 (elt)->link.next = ISC_LINK_TOMBSTONE(type); \
61 ((type *)((elt)->link.prev) != ISC_LINK_TOMBSTONE(type))
124 (elt)->link.prev = ISC_LINK_TOMBSTONE(type); \
125 (elt)->link.next = ISC_LINK_TOMBSTONE(type); \
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
list.h 20 #define ISC_LINK_TOMBSTONE(type) ((type *)-1)
28 .prev = ISC_LINK_TOMBSTONE(type), \
29 .next = ISC_LINK_TOMBSTONE(type), \
55 (elt)->link.prev = ISC_LINK_TOMBSTONE(type); \
56 (elt)->link.next = ISC_LINK_TOMBSTONE(type); \
60 ((type *)((elt)->link.prev) != ISC_LINK_TOMBSTONE(type))
123 (elt)->link.prev = ISC_LINK_TOMBSTONE(type); \
124 (elt)->link.next = ISC_LINK_TOMBSTONE(type); \

Completed in 35 milliseconds