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

1 2 3 4 5 6

  /external/libevent/
evrpc.c 99 while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) {
103 while ((pause = TAILQ_FIRST(&base->paused_requests)) != NULL) {
107 while ((hook = TAILQ_FIRST(&base->input_hooks)) != NULL) {
111 while ((hook = TAILQ_FIRST(&base->output_hooks)) != NULL) {
301 if (TAILQ_FIRST(&rpc->base->input_hooks) != NULL) {
427 if (TAILQ_FIRST(&rpc->base->output_hooks) != NULL) {
548 while ((request = TAILQ_FIRST(&pool->requests)) != NULL) {
553 while ((pause = TAILQ_FIRST(&pool->paused_requests)) != NULL) {
558 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) {
563 while ((hook = TAILQ_FIRST(&pool->input_hooks)) != NULL)
    [all...]
event-internal.h 314 #ifndef TAILQ_FIRST
315 #define TAILQ_FIRST(head) ((head)->tqh_first)
326 for ((var) = TAILQ_FIRST(head); \
http.c 701 struct evhttp_request* req = TAILQ_FIRST(&evcon->requests);
743 if (TAILQ_FIRST(&evcon->requests) != NULL)
773 struct evhttp_request *req = TAILQ_FIRST(&evcon->requests);
792 if (TAILQ_FIRST(&evcon->requests) != NULL) {
1047 struct evhttp_request *req = TAILQ_FIRST(&evcon->requests);
1109 struct evhttp_request *req = TAILQ_FIRST(&evcon->requests);
1140 while ((req = TAILQ_FIRST(&evcon->requests)) != NULL) {
1197 struct evhttp_request *req = TAILQ_FIRST(&evcon->requests);
    [all...]
event.c 725 for (ev = TAILQ_FIRST(&base->eventqueue); ev; ) {
742 for (ev = TAILQ_FIRST(&ctl->events); ev; ) {
757 for (ev = TAILQ_FIRST(&base->activequeues[i]); ev; ) {
948 while ((entry = TAILQ_FIRST(&cfg->entries)) != NULL) {
1166 ev = TAILQ_FIRST(&ctl->events);
    [all...]
evmap.c 308 (old_ev = TAILQ_FIRST(&ctx->events)) &&
455 if (TAILQ_FIRST(&ctx->events) == TAILQ_LAST(&ctx->events, event_list)) {
bufferevent_ratelim.c 459 bev = TAILQ_FIRST(&group->members);
480 for (bev = TAILQ_FIRST(&g->members); bev && bev != first; \
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 340 #define TAILQ_FIRST(head) ((head)->tqh_first)
343 for ((var) = TAILQ_FIRST((head)); \
353 TAILQ_FIRST((head)) = NULL; \
354 (head)->tqh_last = &TAILQ_FIRST((head)); \
375 if ((TAILQ_NEXT((elm), field) = TAILQ_FIRST((head))) != NULL) \
376 TAILQ_FIRST((head))->field.tqe_prev = \
380 TAILQ_FIRST((head)) = (elm); \
381 (elm)->field.tqe_prev = &TAILQ_FIRST((head)); \
  /external/dhcpcd-6.8.2/compat/
queue.h 66 #ifndef TAILQ_FIRST
67 #define TAILQ_FIRST(head) ((head)->tqh_first)
73 #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head))
74 #endif /* !TAILQ_FIRST */
154 for ((var) = TAILQ_FIRST(head); \
  /external/ipsec-tools/src/racoon/
schedule.c 58 for (elm = TAILQ_FIRST(head); elm; elm = TAILQ_NEXT(elm, field))
88 for (p = TAILQ_FIRST(&sctree); p; p = next) {
110 p = TAILQ_FIRST(&sctree);
255 p = TAILQ_FIRST(&sctree);
policy.c 74 for (p = TAILQ_FIRST(&sptree); p; p = TAILQ_NEXT(p, chain)) {
95 for (p = TAILQ_FIRST(&sptree); p; p = TAILQ_NEXT(p, chain)) {
154 for (p = TAILQ_FIRST(&sptree); p; p = TAILQ_NEXT(p, chain)) {
169 for (p = TAILQ_FIRST(&sptree); p; p = TAILQ_NEXT(p, chain)) {
412 for (p = TAILQ_FIRST(&sptree); p; p = next) {
evt.c 129 if ((evt = TAILQ_FIRST(&evtlist)) == NULL)
genlist.c 87 p = TAILQ_FIRST(head);
nattraversal.c 340 for (ka = TAILQ_FIRST(&ka_tree); ka; ka = next) {
434 for (ka = TAILQ_FIRST(&ka_tree); ka; ka = next) {
  /external/dhcpcd-6.8.2/
control.c 78 while ((fdp = TAILQ_FIRST(&fd->queue))) {
84 while ((fdp = TAILQ_FIRST(&fd->free_queue))) {
321 while ((l = TAILQ_FIRST(&ctx->control_fds))) {
381 data = TAILQ_FIRST(&fd->queue);
401 if (TAILQ_FIRST(&fd->queue) == NULL)
411 d = TAILQ_FIRST(&fd->free_queue);
eloop.c 140 if ((e = TAILQ_FIRST(&ctx->free_events))) {
283 if ((t = TAILQ_FIRST(&ctx->free_timeouts))) {
494 while ((e = TAILQ_FIRST(&ctx->events))) {
498 while ((e = TAILQ_FIRST(&ctx->free_events))) {
502 while ((t = TAILQ_FIRST(&ctx->timeouts))) {
506 while ((t = TAILQ_FIRST(&ctx->free_timeouts))) {
546 if ((t = TAILQ_FIRST(&ctx->timeouts))) {
dhcpcd.c 1003 while ((ifp = TAILQ_FIRST(ifs))) {
1134 while ((ifp = TAILQ_FIRST(ifs))) {
    [all...]
if.c 702 (ifp = TAILQ_FIRST(ctx->ifaces)) == NULL ||
709 while ((ifp = TAILQ_FIRST(ctx->ifaces))) {
ipv4.c 322 while ((rt = TAILQ_FIRST(routes))) {
506 if (ifp->options->routes && TAILQ_FIRST(ifp->options->routes)) {
1092 while ((addr = TAILQ_FIRST(&state->addrs))) {
arp.c 396 while ((astate = TAILQ_FIRST(&state->arp_states))) {
  /external/openssh/openbsd-compat/
sys-queue.h 89 #undef TAILQ_FIRST
425 #define TAILQ_FIRST(head) ((head)->tqh_first)
434 (TAILQ_FIRST(head) == TAILQ_END(head))
437 for((var) = TAILQ_FIRST(head); \
442 for ((var) = TAILQ_FIRST(head); \
  /external/openssh/
sshconnect2.c     [all...]
ssh_api.c 147 while ((k = TAILQ_FIRST(&ssh->public_keys)) != NULL) {
153 while ((k = TAILQ_FIRST(&ssh->private_keys)) != NULL) {
ssh-agent.c 514 for (id = TAILQ_FIRST(&tab->idlist); id;
515 id = TAILQ_FIRST(&tab->idlist)) {
538 for (id = TAILQ_FIRST(&tab->idlist); id; id = nxt) {
843 for (id = TAILQ_FIRST(&tab->idlist); id; id = nxt) {
    [all...]
ssh-pkcs11-helper.c 78 for (ki = TAILQ_FIRST(&pkcs11_keylist); ki; ki = nxt) {
sftp-client.c     [all...]

Completed in 335 milliseconds

1 2 3 4 5 6