HomeSort by relevance Sort by last modified time
    Searched refs:TAILQ_ENTRY (Results 1 - 25 of 36) sorted by null

1 2

  /external/ipsec-tools/src/racoon/
throttle.h 41 TAILQ_ENTRY(throttle_entry) next;
genlist.h 48 TAILQ_ENTRY(genlist_entry) chain;
schedule.h 74 TAILQ_ENTRY(sched) chain;
policy.h 76 TAILQ_ENTRY(secpolicy) chain;
remoteconf.h 164 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */
evt.c 67 TAILQ_ENTRY(evt) next;
session.c 108 TAILQ_ENTRY(fd_monitor) chain;
nattraversal.c 76 TAILQ_ENTRY(natt_ka_addrs) chain;
  /external/chromium/third_party/libevent/
http-internal.h 55 TAILQ_ENTRY(evhttp_connection) (next);
95 TAILQ_ENTRY(evhttp_cb) next;
108 TAILQ_ENTRY(evhttp_bound_socket) (next);
evrpc-internal.h 37 TAILQ_ENTRY(evrpc_hook) (next);
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...]
evhttp.h 189 #if defined(TAILQ_ENTRY)
190 TAILQ_ENTRY(evhttp_request) next;
evrpc.h 75 TAILQ_ENTRY(evrpc) next;
341 TAILQ_ENTRY(evrpc_request_wrapper) next;
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 329 #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/compat/sys/
queue.h 284 #define TAILQ_ENTRY(type) \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)
  /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,)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)

Completed in 333 milliseconds

1 2