Lines Matching refs:serviceAuthenticationMethod
279 multival_t *serviceAuthenticationMethod; member
860 counter < arglist->serviceAuthenticationMethod->count; in client_manual()
864 arglist->serviceAuthenticationMethod->optlist[counter], in client_manual()
1151 counter < arglist->serviceAuthenticationMethod->count; in client_mod()
1155 arglist->serviceAuthenticationMethod->optlist[counter], in client_mod()
1389 counter < arglist->serviceAuthenticationMethod->count; in client_genProfile()
1393 arglist->serviceAuthenticationMethod->optlist[counter], in client_genProfile()
1500 LDAP_CHECK_INVALID(arglist->serviceAuthenticationMethod->count, in client_init()
3156 hold->serviceAuthenticationMethod = multival_new(); in clientopts_new()
3157 if (NULL == hold->serviceAuthenticationMethod) { in clientopts_new()
3168 multival_free(hold->serviceAuthenticationMethod); in clientopts_new()
3177 multival_free(hold->serviceAuthenticationMethod); in clientopts_new()
3187 multival_free(hold->serviceAuthenticationMethod); in clientopts_new()
3198 multival_free(hold->serviceAuthenticationMethod); in clientopts_new()
3215 multival_free(list->serviceAuthenticationMethod); in clientopts_free()
3246 arg_count += list->serviceAuthenticationMethod->count; in num_args()
3280 list->serviceAuthenticationMethod); in dumpargs()
3401 retcode = multival_add(optlist->serviceAuthenticationMethod, in clientSetParam()