asq_ctrl 213 source3/lib/ldb/modules/asq.c struct ldb_asq_control *asq_ctrl; asq_ctrl 234 source3/lib/ldb/modules/asq.c asq_ctrl = talloc_get_type(control->data, struct ldb_asq_control); asq_ctrl 235 source3/lib/ldb/modules/asq.c if (!asq_ctrl) { asq_ctrl 257 source3/lib/ldb/modules/asq.c ac->req_attribute = talloc_strdup(ac, asq_ctrl->source_attribute); asq_ctrl 272 source3/lib/ldb/modules/asq.c base_attrs[0] = talloc_strdup(base_attrs, asq_ctrl->source_attribute); asq_ctrl 44 source4/lib/ldb/modules/asq.c struct ldb_asq_control *asq_ctrl; asq_ctrl 219 source4/lib/ldb/modules/asq.c ac->req_attribute = talloc_strdup(ac, ac->asq_ctrl->source_attribute); asq_ctrl 226 source4/lib/ldb/modules/asq.c base_attrs[0] = talloc_strdup(base_attrs, ac->asq_ctrl->source_attribute); asq_ctrl 372 source4/lib/ldb/modules/asq.c ac->asq_ctrl = talloc_get_type(control->data, struct ldb_asq_control); asq_ctrl 373 source4/lib/ldb/modules/asq.c if (!ac->asq_ctrl) {