Lines Matching defs:asq_control
3560 struct ldb_asq_control *asq_control;
3585 asq_control = talloc(ctrl[0], struct ldb_asq_control);
3586 if (asq_control == NULL) {
3591 asq_control->request = 1;
3592 asq_control->source_attribute = talloc_strdup(asq_control, asq_attribute);
3593 if (asq_control->source_attribute == NULL) {
3597 asq_control->src_attr_len = strlen(asq_control->source_attribute);
3598 ctrl[0]->data = asq_control;