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

1 2 3

  /external/chromium/third_party/libevent/
evrpc-internal.h 44 TAILQ_HEAD(evrpc_hook_list, evrpc_hook);
67 TAILQ_HEAD(evrpc_list, evrpc) registered_rpcs;
83 TAILQ_HEAD(evrpc_requestq, evrpc_request_wrapper) requests;
http-internal.h 83 TAILQ_HEAD(evcon_requestq, evhttp_request) requests;
104 TAILQ_HEAD(evconq, evhttp_connection);
114 TAILQ_HEAD(boundq, evhttp_bound_socket) sockets;
116 TAILQ_HEAD(httpcbq, evhttp_cb) callbacks;
event.h 260 TAILQ_HEAD (event_list, event);
261 TAILQ_HEAD (evkeyvalq, evkeyval);
    [all...]
  /external/ipsec-tools/src/racoon/
throttle.h 43 TAILQ_HEAD(throttle_list, throttle_entry);
genlist.h 43 TAILQ_HEAD(genlist, genlist_entry);
evt.h 72 TAILQ_HEAD(evtlist, evt);
schedule.c 69 static TAILQ_HEAD(_schedtree, sched) sctree;
nattraversal.c 79 static TAILQ_HEAD(_natt_ka_addrs, natt_ka_addrs) ka_tree;
policy.c 65 static TAILQ_HEAD(_sptree, secpolicy) sptree;
remoteconf.c 80 static TAILQ_HEAD(_rmtree, remoteconf) rmtree, rmtree_save, rmtree_tmp;
  /external/openssh/
channels.h 78 TAILQ_HEAD(channel_confirms, channel_confirm);
ssh-pkcs11-helper.c 50 TAILQ_HEAD(, pkcs11_keyinfo) pkcs11_keylist;
ssh-keyscan.c 105 TAILQ_HEAD(conlist, Connection) tq; /* Timeout Queue */
ssh-pkcs11.c 62 TAILQ_HEAD(, pkcs11_provider) pkcs11_providers;
  /external/openssh/openbsd-compat/
sys-queue.h 86 #undef TAILQ_HEAD
391 #define TAILQ_HEAD(name, type) \
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 320 #define TAILQ_HEAD(name, type) \
  /bionic/libc/include/sys/
queue.h 364 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,)
  /development/ndk/platforms/android-3/include/sys/
queue.h 364 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,)
  /external/chromium/third_party/libevent/compat/sys/
queue.h 275 #define TAILQ_HEAD(name, type) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h 364 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h 364 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h 364 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
queue.h 364 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
queue.h 364 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
queue.h 364 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,)

Completed in 135 milliseconds

1 2 3