Searched refs:sitree (Results 1 - 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dsainfo.c67 static LIST_HEAD(_sitree, sainfo) sitree, sitree_save, sitree_tmp;
122 LIST_FOREACH(s, &sitree, chain) {
204 LIST_INSERT_HEAD(&sitree, new, chain);
219 for (s = LIST_FIRST(&sitree); s; s = next) {
229 LIST_INIT(&sitree);
305 sitree_save=sitree;
310 sitree_tmp=sitree;
311 sitree=sitree_save;
313 sitree=sitree_tmp;
318 sitree
[all...]
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c480 static void pp_StackTree ( WordFM* sitree, const HChar* who ) argument
484 VG_(initIterFM)( sitree );
485 while (VG_(nextIterFM)( sitree, &keyW, &valW )) {
502 static StackTreeNode* find_StackTreeNode ( WordFM* sitree, Addr a ) argument
506 tl_assert(sitree);
509 if (VG_(lookupFM)( sitree, &keyW, &valW, (UWord)&key )) {
523 /*MOD*/WordFM* sitree,
538 tl_assert(sitree);
541 pp_StackTree( sitree, "add_blocks_to_StackTree-pre" );
557 already_present = VG_(addToFM)( sitree, (UWor
522 add_blocks_to_StackTree( WordFM* sitree, XArray* descrs, XArray* bases, UWord depth ) argument
571 del_blocks_from_StackTree( WordFM* sitree, XArray* bases ) argument
[all...]

Completed in 857 milliseconds