Searched refs:bmodval (Results 1 – 1 of 1) sorted by relevance
168 struct berval **bmodval; in init_bval_mod() local179 bmodval = (struct berval **)calloc(2, sizeof (struct berval *)); in init_bval_mod()180 if (bmodval == NULL) { in init_bval_mod()185 bmodval[0] = (struct berval *)calloc(1, sizeof (struct berval)); in init_bval_mod()186 if (bmodval[0] == NULL) { in init_bval_mod()189 free(bmodval); in init_bval_mod()194 bmodval[0]->bv_val = mvptr; in init_bval_mod()197 bmodval[0]->bv_len = mvlen; in init_bval_mod()205 mod->mod_bvalues = bmodval; in init_bval_mod()