OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tnext
(Results
1 - 4
of
4
) sorted by null
/external/ipsec-tools/src/racoon/
proposal.h
114
* | |
tnext
|
tnext
119
* |
tnext
147
struct prop_pair *
tnext
; /* next prop_pair in same proposal payload */
member in struct:prop_pair
ipsec_doi.c
232
for (p = s; p; p = p->
tnext
) {
252
for (p = s; p; p = p->
tnext
) {
977
if (rpair[n]->
tnext
!= NULL) {
1037
for (r = q; r; r = r->
tnext
) {
1211
for (x = p; x; x = x->
tnext
)
1231
for (/*nothing*/; x && x->
tnext
; x = x->
tnext
)
1233
x->
tnext
= n;
1273
s = r->
tnext
;
[
all
...]
proposal.c
798
for (t = p; t; t = t->
tnext
) {
1016
"%s%p: next=%p
tnext
=%p\n", spc, p, p->next, p->
tnext
);
1019
if (p->
tnext
)
1020
print_proppair0(pri, p->
tnext
, level + 1);
/external/dlmalloc/
malloc.c
4010
mchunkptr
tnext
= chunk_plus_offset(sp, ssize);
local
[
all
...]
Completed in 520 milliseconds