Home
last modified time | relevance | path

Searched refs:asserted (Results 1 – 25 of 105) sorted by relevance

12345

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Ddn.c797 struct berval *asserted = (struct berval *) assertedValue; in dnMatch() local
803 assert( !BER_BVISNULL( asserted ) ); in dnMatch()
805 match = value->bv_len - asserted->bv_len; in dnMatch()
808 match = memcmp( value->bv_val, asserted->bv_val, in dnMatch()
813 match, value->bv_val, asserted->bv_val ); in dnMatch()
832 struct berval *asserted = (struct berval *) assertedValue; in dnRelativeMatch() local
838 assert( !BER_BVISNULL( asserted ) ); in dnRelativeMatch()
841 if( asserted->bv_len > value->bv_len ) { in dnRelativeMatch()
843 } else if ( asserted->bv_len == value->bv_len ) { in dnRelativeMatch()
844 match = memcmp( value->bv_val, asserted->bv_val, in dnRelativeMatch()
[all …]
H A Dschema_prep.c120 AttributeType *asserted = at_bvfind( a ); in attributeTypeMatch() local
122 if( asserted == NULL ) { in attributeTypeMatch()
138 *matchp = ( asserted != at ); in attributeTypeMatch()
153 MatchingRule *asserted = mr_bvfind( a ); in matchingRuleMatch() local
155 if( asserted == NULL ) { in matchingRuleMatch()
171 *matchp = ( asserted != mrv ); in matchingRuleMatch()
186 ObjectClass *asserted = oc_bvfind( a ); in objectClassMatch() local
188 if( asserted == NULL ) { in objectClassMatch()
204 *matchp = ( asserted != oc ); in objectClassMatch()
219 ObjectClass *asserted = oc_bvfind( a ); in objectSubClassMatch() local
[all …]
H A Dcompare.c262 int asserted; in fe_op_compare() local
264 asserted = bvmatch( &ava->aa_value, &slap_true_bv ) in fe_op_compare()
266 if ( hasSubordinates == asserted ) { in fe_op_compare()
H A Dschema_init.c657 struct berval *asserted = (struct berval *) assertedValue; in octetStringMatch() local
658 ber_slen_t d = (ber_slen_t) value->bv_len - (ber_slen_t) asserted->bv_len; in octetStringMatch()
662 : memcmp( value->bv_val, asserted->bv_val, value->bv_len ); in octetStringMatch()
676 struct berval *asserted = (struct berval *) assertedValue; in octetStringOrderingMatch() local
678 ber_len_t av_len = asserted->bv_len; in octetStringOrderingMatch()
680 int match = memcmp( value->bv_val, asserted->bv_val, in octetStringOrderingMatch()
1545 struct berval *asserted = (struct berval *) assertedValue; in uniqueMemberMatch() local
1546 struct berval assertedDN = *asserted; in uniqueMemberMatch()
1552 if ( !BER_BVISEMPTY( asserted ) ) { in uniqueMemberMatch()
1676 struct berval *asserted = (struct berval *) assertedValue; in uniqueMemberFilter() local
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3698.txt90 The booleanMatch rule compares for equality a asserted Boolean value
103 The caseExactMatch rule compares for equality the asserted value with
128 asserted string with an attribute value of DirectoryString syntax.
140 The caseExactSubstringsMatch rule determines whether the asserted
153 The caseIgnoreListSubstringMatch rule compares the asserted substring
156 purposes. The asserted value matches a stored value if and only if
157 the asserted value matches the string formed by concatenating the
160 initial, any, or final values of the asserted value are considered to
181 asserted DirectoryString value with an attribute value of type
184 value has a first component whose value matches the asserted
[all …]
H A Drfc3112.txt133 This matching rule allows a client to assert that an asserted
139 same scheme, authInfo, and authValue components as the asserted
141 asserted value; and "Undefined" otherwise.
153 "TRUE" if one or more attribute values matches the asserted value,
247 A match against an asserted password and an attribute value of this
249 of the asserted value and the salt is equal to the MD5 digest
273 A match against an asserted password and an attribute value of this
275 of the asserted value and the salt is equal to the SHA1 digest
296 selected schemes. If the asserted password matches any of the
297 stored values, the asserted password SHOULD be considered valid.
H A Drfc4532.txt68 associates with the identity asserted in the Proxied Authorization
197 As servers often map the asserted authzId to another identity
203 server associates with the identity asserted in the Proxied
206 the asserted identity.
H A Drfc3045.txt182 asserted vendor or that its version is the asserted version and
H A Drfc4530.txt146 The 'uuidMatch' matching rule compares an asserted UUID with a stored
161 The 'uuidOrderingMatch' matching rule compares an asserted UUID with
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dlog.c287 struct berval asserted; in add_values() local
291 &mod->sm_values[ i ], &asserted, &text, in add_values()
301 0, &a->a_nvals[ j ], &asserted, &text ); in add_values()
304 free( asserted.bv_val ); in add_values()
309 free( asserted.bv_val ); in add_values()
367 struct berval asserted; in delete_values() local
371 &mod->sm_values[ i ], &asserted, &text, in delete_values()
380 0, &a->a_nvals[ j ], &asserted, &text ); in delete_values()
408 free( asserted.bv_val ); in delete_values()
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_opic.c724 int asserted) in handle_interrupt() argument
734 ASSERT(asserted); in handle_interrupt()
759 && !asserted) { in handle_interrupt()
771 && asserted) { in handle_interrupt()
784 && !asserted) { in handle_interrupt()
790 && asserted) { in handle_interrupt()
/netbsd-src/crypto/external/bsd/netpgp/dist/
H A DLicence3 Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DX509_check_purpose.pod61 =item E<32>4 basicConstraints absent but keyUsage present and keyCertSign asserted.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DX509_check_purpose.pod65 =item E<32>4 basicConstraints absent but keyUsage present and keyCertSign asserted.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp136 bool asserted() const { return Source == Asserted; } in asserted() function in __anon68dfda3c0111::FactEntry
868 if (!managed() && !asserted() && !negative() && !isUniversal()) { in handleRemovalFromIntersection()
1310 if (inCurrentScope(*Entry) && !Entry->asserted()) in addLock()
1318 !Entry->asserted() && !Entry->declared()) { in addLock()
1325 if (!Entry->asserted()) in addLock()
2225 } else if (LEK1 == LEK_LockedSomePredecessors && LDat1.asserted() && in intersectAndWarn()
2226 !LDat2.asserted()) { in intersectAndWarn()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Darmada-385-clearfog-gtr.dtsi434 * This signal, when asserted, isolates Armada 38x sample at reset pins
435 * from control of external devices. Should be de-asserted after reset.
H A Dsun8i-a83t-allwinner-h8homlet-v2.dts232 * logic is ready and 30ms after the reset pin is de-asserted.
H A Dsun8i-a83t-bananapi-m3.dts360 * 30ms after the reset pin is de-asserted.
H A Dsun9i-a80-cubieboard4.dts415 * 30ms after the reset pin is de-asserted.
/netbsd-src/external/bsd/ntp/dist/html/hints/
H A Daix47 > AIX asserted in psx_timeo(). Reason for the assert was that
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c932 struct berval *asserted = assertedValue; in datamorphBinarySignedOrderingMatch() local
934 ber_len_t av_len = asserted->bv_len; in datamorphBinarySignedOrderingMatch()
941 int match = ( *value->bv_val >= 0 ) - ( *asserted->bv_val >= 0 ); in datamorphBinarySignedOrderingMatch()
945 if ( match == 0 ) match = memcmp( value->bv_val, asserted->bv_val, v_len ); in datamorphBinarySignedOrderingMatch()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1088a-ten64.dts36 * asserted
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-chu-ldap-csn-xx.txt130 The 'csnMatch' matching rule compares an asserted CSN with a stored
143 The 'csnOrderingMatch' matching rule compares an asserted CSN
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9280v2.ini898 /* Auto generated PCI-E PHY config for Merlin with CLKREQ de-asserted in L1 mode. */
899 /* In L1 mode, deassert CLKREQ, power consumption will be lower than leaving CLKREQ asserted. */
913 /* Auto generated PCI-E PHY config for Merlin with CLKREQ always asserted in L1 mode */
914 /* In L1 mode leave CLKREQ asserted, power consumption will be little high. */
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dbackends.sdf40 of locally authenticated clients is asserted to the remote server, possibly
42 with some administrative identity, and, if required, authorizes the asserted

12345