Searched refs:OP_TYPE_COMPARE_RESPONSE (Results 1 - 25 of 42) sorted by relevance

12

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestCompareResponseProtocolOp.java58 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:TestCompareResponseProtocolOp
100 assertEquals(compareResponse.getType(), OP_TYPE_COMPARE_RESPONSE);
162 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
180 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
202 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
224 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
246 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
283 assertEquals(deleteEncoded.getType(), OP_TYPE_COMPARE_RESPONSE);
H A DTestCompareRequestProtocolOp.java55 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:TestCompareRequestProtocolOp
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestCompareResponseProtocolOp.java58 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:TestCompareResponseProtocolOp
100 assertEquals(compareResponse.getType(), OP_TYPE_COMPARE_RESPONSE);
162 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
180 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
202 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
224 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
246 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
283 assertEquals(deleteEncoded.getType(), OP_TYPE_COMPARE_RESPONSE);
H A DTestCompareRequestProtocolOp.java55 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:TestCompareRequestProtocolOp
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestCompareResponseProtocolOp.java58 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:TestCompareResponseProtocolOp
100 assertEquals(compareResponse.getType(), OP_TYPE_COMPARE_RESPONSE);
162 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
180 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
202 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
224 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
246 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
283 assertEquals(deleteEncoded.getType(), OP_TYPE_COMPARE_RESPONSE);
H A DTestCompareRequestProtocolOp.java55 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:TestCompareRequestProtocolOp
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/
H A DTestCompareResponseProtocolOp.java59 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:TestCompareResponseProtocolOp
89 assertEquals(compareResponse.getType(), OP_TYPE_COMPARE_RESPONSE);
148 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
166 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
188 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
210 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
232 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
269 assertEquals(deleteEncoded.getType(), OP_TYPE_COMPARE_RESPONSE);
H A DTestCompareRequestProtocolOp.java50 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:TestCompareRequestProtocolOp
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestCompareResponseProtocolOp.java55 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:TestCompareResponseProtocolOp
97 assertEquals(compareResponse.getType(), OP_TYPE_COMPARE_RESPONSE);
156 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
174 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
196 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
218 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
240 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
277 assertEquals(deleteEncoded.getType(), OP_TYPE_COMPARE_RESPONSE);
H A DTestCompareRequestProtocolOp.java54 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:TestCompareRequestProtocolOp
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestCompareResponseProtocolOp.java55 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:TestCompareResponseProtocolOp
97 assertEquals(compareResponse.getType(), OP_TYPE_COMPARE_RESPONSE);
156 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
174 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
196 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
218 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
240 writer.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
277 assertEquals(deleteEncoded.getType(), OP_TYPE_COMPARE_RESPONSE);
H A DTestCompareRequestProtocolOp.java54 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:TestCompareRequestProtocolOp
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPConstants.java151 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:LDAPConstants
H A DCompareResponseProtocolOp.java183 return OP_TYPE_COMPARE_RESPONSE;
206 stream.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
H A DLDAPStatistics.java603 case OP_TYPE_COMPARE_RESPONSE:
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConstants.java150 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:LDAPConstants
H A DCompareResponseProtocolOp.java182 return OP_TYPE_COMPARE_RESPONSE;
205 stream.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConstants.java151 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:LDAPConstants
H A DCompareResponseProtocolOp.java183 return OP_TYPE_COMPARE_RESPONSE;
206 stream.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConstants.java151 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:LDAPConstants
H A DCompareResponseProtocolOp.java183 return OP_TYPE_COMPARE_RESPONSE;
206 stream.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConstants.java150 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:LDAPConstants
H A DCompareResponseProtocolOp.java182 return OP_TYPE_COMPARE_RESPONSE;
205 stream.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPConstants.java150 public static final byte OP_TYPE_COMPARE_RESPONSE = 0x6F; field in class:LDAPConstants
H A DCompareResponseProtocolOp.java160 return OP_TYPE_COMPARE_RESPONSE;
172 stream.writeStartSequence(OP_TYPE_COMPARE_RESPONSE);

Completed in 105 milliseconds

12