HomeSort by: relevance | last modified time | path
    Searched defs:asserted (Results 1 - 24 of 24) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
compare.c 262 int asserted; local
264 asserted = bvmatch( &ava->aa_value, &slap_true_bv )
266 if ( hasSubordinates == asserted ) {
compare.c 262 int asserted; local
264 asserted = bvmatch( &ava->aa_value, &slap_true_bv )
266 if ( hasSubordinates == asserted ) {
compare.c 262 int asserted; local
264 asserted = bvmatch( &ava->aa_value, &slap_true_bv )
266 if ( hasSubordinates == asserted ) {
dn.c 797 struct berval *asserted = (struct berval *) assertedValue; local
803 assert( !BER_BVISNULL( asserted ) );
805 match = value->bv_len - asserted->bv_len;
808 match = memcmp( value->bv_val, asserted->bv_val,
813 match, value->bv_val, asserted->bv_val );
832 struct berval *asserted = (struct berval *) assertedValue; local
838 assert( !BER_BVISNULL( asserted ) );
841 if( asserted->bv_len > value->bv_len ) {
843 } else if ( asserted->bv_len == value->bv_len ) {
844 match = memcmp( value->bv_val, asserted->bv_val,
935 struct berval *asserted = (struct berval *) assertedValue; local
    [all...]
dn.c 797 struct berval *asserted = (struct berval *) assertedValue; local
803 assert( !BER_BVISNULL( asserted ) );
805 match = value->bv_len - asserted->bv_len;
808 match = memcmp( value->bv_val, asserted->bv_val,
813 match, value->bv_val, asserted->bv_val );
832 struct berval *asserted = (struct berval *) assertedValue; local
838 assert( !BER_BVISNULL( asserted ) );
841 if( asserted->bv_len > value->bv_len ) {
843 } else if ( asserted->bv_len == value->bv_len ) {
844 match = memcmp( value->bv_val, asserted->bv_val,
935 struct berval *asserted = (struct berval *) assertedValue; local
    [all...]
dn.c 797 struct berval *asserted = (struct berval *) assertedValue; local
803 assert( !BER_BVISNULL( asserted ) );
805 match = value->bv_len - asserted->bv_len;
808 match = memcmp( value->bv_val, asserted->bv_val,
813 match, value->bv_val, asserted->bv_val );
832 struct berval *asserted = (struct berval *) assertedValue; local
838 assert( !BER_BVISNULL( asserted ) );
841 if( asserted->bv_len > value->bv_len ) {
843 } else if ( asserted->bv_len == value->bv_len ) {
844 match = memcmp( value->bv_val, asserted->bv_val,
935 struct berval *asserted = (struct berval *) assertedValue; local
    [all...]
schema_prep.c 120 AttributeType *asserted = at_bvfind( a ); local
122 if( asserted == NULL ) {
138 *matchp = ( asserted != at );
153 MatchingRule *asserted = mr_bvfind( a ); local
155 if( asserted == NULL ) {
171 *matchp = ( asserted != mrv );
186 ObjectClass *asserted = oc_bvfind( a ); local
188 if( asserted == NULL ) {
204 *matchp = ( asserted != oc );
219 ObjectClass *asserted = oc_bvfind( a ) local
    [all...]
schema_prep.c 120 AttributeType *asserted = at_bvfind( a ); local
122 if( asserted == NULL ) {
138 *matchp = ( asserted != at );
153 MatchingRule *asserted = mr_bvfind( a ); local
155 if( asserted == NULL ) {
171 *matchp = ( asserted != mrv );
186 ObjectClass *asserted = oc_bvfind( a ); local
188 if( asserted == NULL ) {
204 *matchp = ( asserted != oc );
219 ObjectClass *asserted = oc_bvfind( a ) local
    [all...]
schema_prep.c 120 AttributeType *asserted = at_bvfind( a ); local
122 if( asserted == NULL ) {
138 *matchp = ( asserted != at );
153 MatchingRule *asserted = mr_bvfind( a ); local
155 if( asserted == NULL ) {
171 *matchp = ( asserted != mrv );
186 ObjectClass *asserted = oc_bvfind( a ); local
188 if( asserted == NULL ) {
204 *matchp = ( asserted != oc );
219 ObjectClass *asserted = oc_bvfind( a ) local
    [all...]
schema_init.c 39 * against an asserted value (e.g. from a filter).
52 * Match function(*output matchp, ...value, asserted value):
54 * less/greater than 0 means value less/greater than asserted. However:
56 * In extensible match filters, ORDERING rules match if value<asserted.
66 * A search can look up the DN/scope and asserted values in the
70 * Filter function(...asserted value, *output keysp,...):
71 * Generates index key(s) for the asserted value, to be looked up in
86 * SOME of the asserted value's chunks, and the caller uses the
657 struct berval *asserted = (struct berval *) assertedValue; local
658 ber_slen_t d = (ber_slen_t) value->bv_len - (ber_slen_t) asserted->bv_len
676 struct berval *asserted = (struct berval *) assertedValue; local
1545 struct berval *asserted = (struct berval *) assertedValue; local
1676 struct berval *asserted = (struct berval *) assertedValue; local
1739 struct berval *asserted = (struct berval *) assertedValue; local
2559 struct berval *asserted = (struct berval *) assertedValue; local
5810 struct berval *asserted = (struct berval *) assertedValue; local
    [all...]
schema_init.c 39 * against an asserted value (e.g. from a filter).
52 * Match function(*output matchp, ...value, asserted value):
54 * less/greater than 0 means value less/greater than asserted. However:
56 * In extensible match filters, ORDERING rules match if value<asserted.
66 * A search can look up the DN/scope and asserted values in the
70 * Filter function(...asserted value, *output keysp,...):
71 * Generates index key(s) for the asserted value, to be looked up in
86 * SOME of the asserted value's chunks, and the caller uses the
657 struct berval *asserted = (struct berval *) assertedValue; local
658 ber_slen_t d = (ber_slen_t) value->bv_len - (ber_slen_t) asserted->bv_len
676 struct berval *asserted = (struct berval *) assertedValue; local
1545 struct berval *asserted = (struct berval *) assertedValue; local
1676 struct berval *asserted = (struct berval *) assertedValue; local
1739 struct berval *asserted = (struct berval *) assertedValue; local
2559 struct berval *asserted = (struct berval *) assertedValue; local
5810 struct berval *asserted = (struct berval *) assertedValue; local
    [all...]
schema_init.c 39 * against an asserted value (e.g. from a filter).
52 * Match function(*output matchp, ...value, asserted value):
54 * less/greater than 0 means value less/greater than asserted. However:
56 * In extensible match filters, ORDERING rules match if value<asserted.
66 * A search can look up the DN/scope and asserted values in the
70 * Filter function(...asserted value, *output keysp,...):
71 * Generates index key(s) for the asserted value, to be looked up in
86 * SOME of the asserted value's chunks, and the caller uses the
657 struct berval *asserted = (struct berval *) assertedValue; local
658 ber_slen_t d = (ber_slen_t) value->bv_len - (ber_slen_t) asserted->bv_len
676 struct berval *asserted = (struct berval *) assertedValue; local
1545 struct berval *asserted = (struct berval *) assertedValue; local
1676 struct berval *asserted = (struct berval *) assertedValue; local
1739 struct berval *asserted = (struct berval *) assertedValue; local
2559 struct berval *asserted = (struct berval *) assertedValue; local
5810 struct berval *asserted = (struct berval *) assertedValue; local
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafety.cpp 112 Asserted, ///< The fact has been asserted to be held.
136 bool asserted() const { return Source == Asserted; } function in class:__anon417::FactEntry
868 if (!managed() && !asserted() && !negative() && !isUniversal()) {
1310 if (inCurrentScope(*Entry) && !Entry->asserted())
1318 !Entry->asserted() && !Entry->declared()) {
1325 if (!Entry->asserted())
1859 FactEntry::Asserted),
1872 FactEntry::Asserted),
    [all...]
ThreadSafety.cpp 112 Asserted, ///< The fact has been asserted to be held.
136 bool asserted() const { return Source == Asserted; } function in class:__anon417::FactEntry
868 if (!managed() && !asserted() && !negative() && !isUniversal()) {
1310 if (inCurrentScope(*Entry) && !Entry->asserted())
1318 !Entry->asserted() && !Entry->declared()) {
1325 if (!Entry->asserted())
1859 FactEntry::Asserted),
1872 FactEntry::Asserted),
    [all...]
ThreadSafety.cpp 112 Asserted, ///< The fact has been asserted to be held.
136 bool asserted() const { return Source == Asserted; } function in class:__anon417::FactEntry
868 if (!managed() && !asserted() && !negative() && !isUniversal()) {
1310 if (inCurrentScope(*Entry) && !Entry->asserted())
1318 !Entry->asserted() && !Entry->declared()) {
1325 if (!Entry->asserted())
1859 FactEntry::Asserted),
1872 FactEntry::Asserted),
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
log.c 300 struct berval asserted; local
304 &mod->sm_values[ i ], &asserted, &text,
314 0, &a->a_nvals[ j ], &asserted, &text );
317 free( asserted.bv_val );
322 free( asserted.bv_val );
380 struct berval asserted; local
384 &mod->sm_values[ i ], &asserted, &text,
393 0, &a->a_nvals[ j ], &asserted, &text );
421 free( asserted.bv_val );
log.c 300 struct berval asserted; local
304 &mod->sm_values[ i ], &asserted, &text,
314 0, &a->a_nvals[ j ], &asserted, &text );
317 free( asserted.bv_val );
322 free( asserted.bv_val );
380 struct berval asserted; local
384 &mod->sm_values[ i ], &asserted, &text,
393 0, &a->a_nvals[ j ], &asserted, &text );
421 free( asserted.bv_val );
log.c 300 struct berval asserted; local
304 &mod->sm_values[ i ], &asserted, &text,
314 0, &a->a_nvals[ j ], &asserted, &text );
317 free( asserted.bv_val );
322 free( asserted.bv_val );
380 struct berval asserted; local
384 &mod->sm_values[ i ], &asserted, &text,
393 0, &a->a_nvals[ j ], &asserted, &text );
421 free( asserted.bv_val );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c 932 struct berval *asserted = assertedValue; local
934 ber_len_t av_len = asserted->bv_len;
941 int match = ( *value->bv_val >= 0 ) - ( *asserted->bv_val >= 0 );
945 if ( match == 0 ) match = memcmp( value->bv_val, asserted->bv_val, v_len );
947 /* If used in extensible match filter, match if value < asserted */
datamorph.c 932 struct berval *asserted = assertedValue; local
934 ber_len_t av_len = asserted->bv_len;
941 int match = ( *value->bv_val >= 0 ) - ( *asserted->bv_val >= 0 );
945 if ( match == 0 ) match = memcmp( value->bv_val, asserted->bv_val, v_len );
947 /* If used in extensible match filter, match if value < asserted */
datamorph.c 932 struct berval *asserted = assertedValue; local
934 ber_len_t av_len = asserted->bv_len;
941 int match = ( *value->bv_val >= 0 ) - ( *asserted->bv_val >= 0 );
945 if ( match == 0 ) match = memcmp( value->bv_val, asserted->bv_val, v_len );
947 /* If used in extensible match filter, match if value < asserted */
  /src/sys/arch/riscv/starfive/
jh7110_clkc.c 1020 bool asserted = (status & __BIT(bit)) == 0; local
1021 if (asserted == assert)
jh7110_clkc.c 1020 bool asserted = (status & __BIT(bit)) == 0; local
1021 if (asserted == assert)
jh7110_clkc.c 1020 bool asserted = (status & __BIT(bit)) == 0; local
1021 if (asserted == assert)

Completed in 129 milliseconds