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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSearchEnumeration.java140 String[] reqAttrs;
141 if ((reqAttrs = searchArgs.reqAttrs) != null) {
144 for (int i = 0; i < reqAttrs.length; i++) {
145 rattrs.put(reqAttrs[i], null);
H A DLdapCtx.java101 String[] reqAttrs; // those attributes originally requested field in class:LdapCtx.SearchArgs
107 this.reqAttrs = ra;
1801 String[] reqAttrs; // remember what was asked
1806 reqAttrs = cons.getReturningAttributes();
1811 if (reqAttrs != null) {
1815 for (int i = reqAttrs.length - 1; i >= 0; i--) {
1816 if (reqAttrs[i].equals("*")) {
1823 new String[reqAttrs.length +Obj.JAVA_ATTRIBUTES.length];
1824 System.arraycopy(reqAttrs, 0, totalAttrs, 0,
1825 reqAttrs
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAttributeChecker.java1154 OneAttr[] reqAttrs = attrList.values;
1155 for (int i = 0; i < reqAttrs.length; i++) {
1156 OneAttr oneAttr = reqAttrs[i];

Completed in 520 milliseconds