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

  /src/external/bsd/openldap/dist/libraries/libldap/
compare.c 50 struct berval *bvalue,
66 LDAP_REQ_COMPARE, dn, attr, bvalue );
95 * struct berval bvalue = { "secret", sizeof("secret")-1 };
97 * "userPassword", &bvalue,
105 struct berval *bvalue,
127 ld, dn, attr, bvalue, sctrls, cctrls, &id );
152 struct berval bvalue; local
156 bvalue.bv_val = (char *) value;
157 bvalue.bv_len = (value == NULL) ? 0 : strlen( value );
159 return ldap_compare_ext( ld, dn, attr, &bvalue, NULL, NULL, &msgid ) == LDAP_SUCCES
194 struct berval bvalue; local
    [all...]
  /src/external/bsd/openldap/dist/clients/tools/
ldapcompare.c 105 struct berval *bvalue,
194 struct berval bvalue = { 0, NULL }; local
221 bvalue.bv_val = strdup( sep );
222 bvalue.bv_len = strlen( bvalue.bv_val );
226 bvalue.bv_val = malloc( strlen( &sep[1] ));
227 bvalue.bv_len = lutil_b64_pton( &sep[1],
228 (unsigned char *) bvalue.bv_val, strlen( &sep[1] ));
230 if (bvalue.bv_len == (ber_len_t)-1) {
264 rc = docompare( ld, compdn, attrs, &bvalue, quiet, NULL, NULL )
    [all...]
  /src/external/cddl/osnet/dist/common/ctf/
ctf_create.c 1299 int bvalue; local
1302 name, &bvalue) == CTF_ERR || value != bvalue);
  /src/external/gpl3/binutils/dist/libctf/
ctf-create.c 1488 int bvalue; local
1490 if (ctf_enum_value (ctb->ctb_dict, ctb->ctb_type, name, &bvalue) < 0)
1496 if (value != bvalue)
1500 value, bvalue);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c 1488 int bvalue; local
1490 if (ctf_enum_value (ctb->ctb_dict, ctb->ctb_type, name, &bvalue) < 0)
1496 if (value != bvalue)
1500 value, bvalue);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c 1485 int bvalue; local
1487 if (ctf_enum_value (ctb->ctb_dict, ctb->ctb_type, name, &bvalue) < 0)
1493 if (value != bvalue)
1497 value, bvalue);
  /src/external/gpl3/gdb/dist/libctf/
ctf-create.c 1488 int bvalue; local
1490 if (ctf_enum_value (ctb->ctb_dict, ctb->ctb_type, name, &bvalue) < 0)
1496 if (value != bvalue)
1500 value, bvalue);

Completed in 71 milliseconds