Searched refs:findControl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java3318 int found = findControl(prevCtls, addition);
3329 private static int findControl(Control[] ctls, Control target) { method in class:LdapCtx
3344 int found = findControl(prevCtls, target);

Completed in 1170 milliseconds