Searched refs:tA (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dstructs.c34 #ifndef tA
35 typedef t tA; typedef
38 typedef tA tB;
89 struct struct1 {tA a;};
90 struct struct2 {tA a; tB b;};
91 struct struct3 {tA a; tB b; tC c; };
92 struct struct4 {tA a; tB b; tC c; tD d; };
93 struct struct5 {tA a; tB b; tC c; tD d; tE e; };
94 struct struct6 {tA a; tB b; tC c; tD d; tE e; tF f; };
95 struct struct7 {tA
[all...]
/openbsd-current/usr.sbin/unbound/services/cache/
H A Dinfra.h372 * @param tA: timeout counter on type A.
381 int* tA, int* tAAAA, int* tother);
H A Dinfra.c548 uint8_t tA = ((struct infra_data*)e->data)->timeout_A; local
564 ((struct infra_data*)e->data)->timeout_A = tA;
729 int* tA, int* tAAAA, int* tother)
744 *tA = (int)data->timeout_A;
726 infra_get_host_rto(struct infra_cache* infra, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* nm, size_t nmlen, struct rtt_info* rtt, int* delay, time_t timenow, int* tA, int* tAAAA, int* tother) argument
/openbsd-current/usr.sbin/unbound/daemon/
H A Dcachedump.c733 tA = 0, tAAAA = 0, tother = 0; local
749 &ri, &delay, *worker->env.now, &tA, &tAAAA, &tother);
751 if(!ssl_printf(ssl, "expired, rto %d msec, tA %d "
752 "tAAAA %d tother %d.\n", ri.rto, tA, tAAAA,
774 "ping %d var %d rtt %d, tA %d, tAAAA %d, tother %d",
779 tA, tAAAA, tother))
/openbsd-current/sbin/unwind/libunbound/services/cache/
H A Dinfra.h372 * @param tA: timeout counter on type A.
381 int* tA, int* tAAAA, int* tother);
H A Dinfra.c548 uint8_t tA = ((struct infra_data*)e->data)->timeout_A; local
564 ((struct infra_data*)e->data)->timeout_A = tA;
729 int* tA, int* tAAAA, int* tother)
744 *tA = (int)data->timeout_A;
726 infra_get_host_rto(struct infra_cache* infra, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* nm, size_t nmlen, struct rtt_info* rtt, int* delay, time_t timenow, int* tA, int* tAAAA, int* tother) argument

Completed in 185 milliseconds