HomeSort by relevance Sort by last modified time
    Searched defs:TAILQ_ENTRY (Results 1 - 7 of 7) sorted by null

  /external/ipsec-tools/src/include-glibc/sys/
queue.h 329 #define TAILQ_ENTRY(type) \
  /external/chromium/third_party/libevent/compat/sys/
queue.h 284 #define TAILQ_ENTRY(type) \
  /bionic/libc/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)
  /development/ndk/platforms/android-3/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)
  /external/chromium/third_party/libevent/
event.h 202 #ifndef TAILQ_ENTRY
204 #define TAILQ_ENTRY(type) \
209 #endif /* !TAILQ_ENTRY */
214 TAILQ_ENTRY (event) ev_next;
215 TAILQ_ENTRY (event) ev_active_next;
216 TAILQ_ENTRY (event) ev_signal_next;
248 TAILQ_ENTRY(evkeyval) next;
255 #undef TAILQ_ENTRY
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)

Completed in 97 milliseconds