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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Drq.c58 LDAP_STAILQ_INSERT_HEAD( &rq->task_list, entry, tnext );
72 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) {
87 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) {
94 LDAP_STAILQ_REMOVE( &rq->task_list, entry, re_s, tnext );
160 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) {
167 LDAP_STAILQ_REMOVE( &rq->task_list, entry, re_s, tnext );
176 LDAP_STAILQ_INSERT_HEAD( &rq->task_list, entry, tnext );
178 LDAP_STAILQ_INSERT_TAIL( &rq->task_list, entry, tnext );
181 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) {
184 LDAP_STAILQ_INSERT_HEAD( &rq->task_list, entry, tnext );
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_rq.h26 LDAP_STAILQ_ENTRY(re_s) tnext; /* it includes running */ member in struct:re_s
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dproposal.h110 * | |tnext |tnext
115 * |tnext
143 struct prop_pair *tnext; /* next prop_pair in same proposal payload */ member in struct:prop_pair
H A Dipsec_doi.c221 for (p = s; p; p = p->tnext) {
241 for (p = s; p; p = p->tnext) {
870 if (rpair[n]->tnext != NULL) {
930 for (r = q; r; r = r->tnext) {
1110 for (x = p; x; x = x->tnext)
1130 for (/*nothing*/; x && x->tnext; x = x->tnext)
1132 x->tnext = n;
1172 s = r->tnext;
1307 for (q = p; q; q = q->tnext)
[all...]
H A Dproposal.c775 for (t = p; t; t = t->tnext) {
993 "%s%p: next=%p tnext=%p\n", spc, p, p->next, p->tnext);
996 if (p->tnext)
997 print_proppair0(pri, p->tnext, level + 1);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dthread.c302 LDAP_STAILQ_FOREACH( re, &slapd_rq.task_list, tnext ) {

Completed in 175 milliseconds