Lines Matching refs:attrVal
183 &rv[i].attrVal[j]); in lookupLDAP()
353 rv->attrVal = am(myself, sizeof (rv->attrVal[0])); in storeLDAP()
354 if (rv->attrName == 0 || rv->attrVal == 0) { in storeLDAP()
375 rv->attrVal[0].val = am(myself, in storeLDAP()
376 nix * sizeof (rv->attrVal[0].val[0])); in storeLDAP()
377 if (rv->attrName[0] == 0 || rv->attrVal[0].val == 0) { in storeLDAP()
385 rv->attrVal[0].numVals++; in storeLDAP()
386 rv->attrVal[0].val[ix-six].value = in storeLDAP()
388 if (rv->attrVal[0].val[ix-six].value == 0 && in storeLDAP()
395 rv->attrVal[0].val[ix-six].length = in storeLDAP()
397 if (rv->attrVal[0].val[ix-six].length > 0) { in storeLDAP()
398 (void) memcpy(rv->attrVal[0].val[ix-six].value, in storeLDAP()
400 rv->attrVal[0].val[ix-six].length); in storeLDAP()
403 rv->attrVal[0].type = val->type; in storeLDAP()