HomeSort by relevance Sort by last modified time
    Searched refs:LIST_END (Results 1 - 3 of 3) sorted by null

  /external/openssh/openbsd-compat/
sys-queue.h 63 #undef LIST_END
270 #define LIST_END(head) NULL
271 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
276 (var)!= LIST_END(head); \
283 LIST_FIRST(head) = LIST_END(head); \
  /external/chromium/third_party/libevent/compat/sys/
queue.h 158 #define LIST_END(head) NULL
159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
164 (var)!= LIST_END(head); \
171 LIST_FIRST(head) = LIST_END(head); \
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 258 LIST_END = 0, // Denotes the end of the list of features from below.
311 case LIST_END:
    [all...]

Completed in 65 milliseconds