Lines Matching defs:next_mp
1490 mp_int* next_mp = mp;1493 while (next_mp != NULL) {1494 mp_clear(next_mp);1495 next_mp = va_arg(args, mp_int*);