Searched refs:mods (Results 1 – 3 of 3) sorted by relevance
198 const JdwpEventMod* pMod = &pEvent->mods[i]; in RegisterEvent()281 JdwpEventMod* pMod = &pEvent->mods[i]; in UnregisterEvent()366 int allocSize = offsetof(JdwpEvent, mods) + numMods * sizeof(newEvent->mods[0]); in EventAlloc()391 if (pEvent->mods[i].modKind == MK_CLASS_MATCH) { in EventFree()392 free(pEvent->mods[i].classMatch.classPattern); in EventFree()393 pEvent->mods[i].classMatch.classPattern = nullptr; in EventFree()395 if (pEvent->mods[i].modKind == MK_CLASS_EXCLUDE) { in EventFree()396 free(pEvent->mods[i].classExclude.classPattern); in EventFree()397 pEvent->mods[i].classExclude.classPattern = nullptr; in EventFree()411 if (pEvent->mods[i].modKind == MK_COUNT && pEvent->mods[i].count.count == 0) { in CleanupMatchList()[all …]
100 JdwpEventMod mods[1]; /* MUST be last field in struct */ member
1199 JdwpEventMod& mod = pEvent->mods[i]; in ER_Set()