OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TAILQ_ENTRY
(Results
1 - 24
of
24
) sorted by null
/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;
isakmp_agg.c
345
TAILQ_ENTRY
(natd_payload) chain;
[
all
...]
/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,)
Completed in 256 milliseconds