Searched refs:attrValue (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | getdn.c | 954 struct berval attrValue = BER_BVNULL; in ldap_bv2rdn_x() local 1251 if ( hexstr2binval( p, &attrValue, &p, flags, ctx ) ) { in ldap_bv2rdn_x() 1263 &attrValue, &p, flags, in ldap_bv2rdn_x() 1270 if ( DCE2strval( p, &attrValue, &p, flags, ctx ) ) { in ldap_bv2rdn_x() 1283 if ( IA52strval( p, &attrValue, &p, flags, ctx ) ) { in ldap_bv2rdn_x() 1293 if ( quotedIA52strval( p, &attrValue, in ldap_bv2rdn_x() 1310 ava = ldapava_new( &attrType, &attrValue, in ldap_bv2rdn_x() 1318 attrValue.bv_val = NULL; in ldap_bv2rdn_x() 1319 attrValue.bv_len = 0; in ldap_bv2rdn_x() 1392 attrValue.bv_val = NULL; in ldap_bv2rdn_x() [all …]
|