Searched defs:asq_control (Results 1 - 1 of 1) sorted by relevance

/sssd/src/db/
H A Dsysdb_ops.c3317 struct ldb_asq_control *asq_control; local
3342 asq_control = talloc(ctrl[0], struct ldb_asq_control);
3343 if (asq_control == NULL) {
3348 asq_control->request = 1;
3349 asq_control->source_attribute = talloc_strdup(asq_control, asq_attribute);
3350 if (asq_control->source_attribute == NULL) {
3354 asq_control->src_attr_len = strlen(asq_control->source_attribute);
3355 ctrl[0]->data = asq_control;
[all...]

Completed in 2793 milliseconds