Home
last modified time | relevance | path

Searched refs:tempbv (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dldap.c392 struct berval **tempbv; in ldap_parse_class() local
394 if ((tempbv = ldap_get_values_len (ld, item->ldent, "cn")) == NULL || in ldap_parse_class()
395 tempbv[0] == NULL) in ldap_parse_class()
397 if (tempbv != NULL) in ldap_parse_class()
398 ldap_value_free_len (tempbv); in ldap_parse_class()
404 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_class()
408 ldap_value_free_len (tempbv); in ldap_parse_class()
447 struct berval **tempbv, **classdata; in ldap_parse_subclass() local
450 if ((tempbv = ldap_get_values_len (ld, item->ldent, "cn")) == NULL || in ldap_parse_subclass()
451 tempbv[0] == NULL) in ldap_parse_subclass()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c4315 { struct berval bv, tempbv; in pc_cf_gen() local
4319 ndescs = ftemp_attrs( &bv, &tempbv, &descs, &text ); in pc_cf_gen()
4327 if ( temp->attr_set_index == i && bvmatch( &tempbv, in pc_cf_gen()
4331 ch_free( tempbv.bv_val ); in pc_cf_gen()