Searched refs:ecount (Results 1 – 3 of 3) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | isakmp_xauth.c | 815 int ecount = 0; local 922 ecount = ldap_count_entries(ld, lr); 923 if (ecount < 1) { 929 if (ecount > 1) { 932 ecount, filter); 1047 int ecount = 0; local 1139 ecount = ldap_count_entries(ld, lr); 1140 if (ecount < 1) {
|
/external/libunwind/src/ia64/ |
D | unwind_decoder.h | 413 unw_word t, ecount, label; in unw_decode_b3_x4() local 418 ecount = unw_decode_uleb128 (&dp); in unw_decode_b3_x4() 419 UNW_DEC_EPILOGUE(B3, t, ecount, arg); in unw_decode_b3_x4()
|
D | Gparser.c | 499 desc_epilogue (unw_word t, unw_word ecount, struct ia64_state_record *sr) in desc_epilogue() argument 502 sr->epilogue_count = ecount + 1; in desc_epilogue()
|