Searched refs:requestctrls (Results 1 – 1 of 1) sorted by relevance
5224 LDAPControl *req = NULL, **requestctrls; in setup_acctmgmt_params() local5241 requestctrls = (LDAPControl **)calloc(2, sizeof (LDAPControl *)); in setup_acctmgmt_params()5242 if (requestctrls == NULL) { in setup_acctmgmt_params()5247 requestctrls[0] = req; in setup_acctmgmt_params()5249 cookie->p_serverctrls = requestctrls; in setup_acctmgmt_params()