Lines Matching refs:mods
109 * values for mods valid for the event being evaluated will be filled in.
177 * If one or more "break"-type mods are used, register them with
182 const JdwpEventMod* pMod = &pEvent->mods[i];
259 JdwpEventMod* pMod = &pEvent->mods[i];
351 int allocSize = offsetof(JdwpEvent, mods) + numMods * sizeof(newEvent->mods[0]);
373 * Free any hairy bits in the mods.
376 if (pEvent->mods[i].modKind == MK_CLASS_MATCH) {
377 free(pEvent->mods[i].classMatch.classPattern);
378 pEvent->mods[i].classMatch.classPattern = NULL;
380 if (pEvent->mods[i].modKind == MK_CLASS_EXCLUDE) {
381 free(pEvent->mods[i].classExclude.classPattern);
382 pEvent->mods[i].classExclude.classPattern = NULL;
410 if (pEvent->mods[i].modKind == MK_COUNT && pEvent->mods[i].count.count == 0) {
447 * See if the event's mods match up with the contents of "basket".
450 * need to do this even if later mods cause us to ignore the event.
454 JdwpEventMod* pMod = pEvent->mods;
527 * Find all events of type "eventKind" with mods that match up with the
533 * DO NOT call this multiple times for the same eventKind, as Count mods are
810 * Valid mods:
1026 * Valid mods:
1115 * Valid mods:
1221 * Valid mods: