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

/netbsd-current/external/mpl/dhcp/dist/server/
H A Dldap.c392 struct berval **tempbv; local
394 if ((tempbv = ldap_get_values_len (ld, item->ldent, "cn")) == NULL ||
395 tempbv[0] == NULL)
397 if (tempbv != NULL)
398 ldap_value_free_len (tempbv);
404 x_parser_strcat (cfile, tempbv[0]->bv_val);
408 ldap_value_free_len (tempbv);
447 struct berval **tempbv, **classdata; local
450 if ((tempbv = ldap_get_values_len (ld, item->ldent, "cn")) == NULL ||
451 tempbv[
496 struct berval **tempbv, **hwaddr; local
532 struct berval **tempbv; local
574 struct berval **tempbv, **netmaskstr; local
628 struct berval **tempbv; local
675 struct berval **tempbv; local
708 struct berval **tempbv; local
749 struct berval **tempbv; local
783 struct berval **tempbv; local
845 struct berval **tempbv, **peername; local
1712 struct berval **tempbv; local
1885 struct berval **tempbv; local
2193 struct berval **tempbv = NULL; local
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c4315 { struct berval bv, tempbv; local
4319 ndescs = ftemp_attrs( &bv, &tempbv, &descs, &text );
4327 if ( temp->attr_set_index == i && bvmatch( &tempbv,
4331 ch_free( tempbv.bv_val );

Completed in 113 milliseconds