Lines Matching refs:attrVal
180 &rv[i].attrVal[j]); in lookupLDAP()
350 rv->attrVal = am(myself, sizeof (rv->attrVal[0])); in storeLDAP()
351 if (rv->attrName == 0 || rv->attrVal == 0) { in storeLDAP()
372 rv->attrVal[0].val = am(myself, in storeLDAP()
373 nix * sizeof (rv->attrVal[0].val[0])); in storeLDAP()
374 if (rv->attrName[0] == 0 || rv->attrVal[0].val == 0) { in storeLDAP()
382 rv->attrVal[0].numVals++; in storeLDAP()
383 rv->attrVal[0].val[ix-six].value = in storeLDAP()
385 if (rv->attrVal[0].val[ix-six].value == 0 && in storeLDAP()
392 rv->attrVal[0].val[ix-six].length = in storeLDAP()
394 if (rv->attrVal[0].val[ix-six].length > 0) { in storeLDAP()
395 (void) memcpy(rv->attrVal[0].val[ix-six].value, in storeLDAP()
397 rv->attrVal[0].val[ix-six].length); in storeLDAP()
400 rv->attrVal[0].type = val->type; in storeLDAP()