Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 931 of file chain.c.
Referenced by compare_alt_name_with_constraints().
{ DWORD i; BOOL match = FALSE; for (i = 0; !match && i < nameConstraints->cPermittedSubtree; i++) match = alt_name_matches(name, &nameConstraints->rgPermittedSubtree[i].Base, trustErrorStatus, present); return match; }