Lines Matching refs:attributeMap
257 multival_t *attributeMap; member
882 for (counter = 0; counter < arglist->attributeMap->count; counter++) { in client_manual()
883 LDAP_SET_PARAM(arglist->attributeMap->optlist[counter], in client_manual()
1175 counter < arglist->attributeMap->count; in client_mod()
1179 arglist->attributeMap->optlist[counter], in client_mod()
1413 counter < arglist->attributeMap->count; in client_genProfile()
1417 arglist->attributeMap->optlist[counter], in client_genProfile()
1498 LDAP_CHECK_INVALID(arglist->attributeMap->count, in client_init()
3183 hold->attributeMap = multival_new(); in clientopts_new()
3184 if (NULL == hold->attributeMap) { in clientopts_new()
3201 multival_free(hold->attributeMap); in clientopts_new()
3218 multival_free(list->attributeMap); in clientopts_free()
3260 arg_count += list->attributeMap->count; in num_args()
3295 multival_list("\tattributeMap: ", list->attributeMap); in dumpargs()
3508 retcode = multival_add(optlist->attributeMap, attrVal); in clientSetParam()