Searched refs:new_field_label_i (Results 1 – 1 of 1) sorted by relevance
2022 CeedContextFieldLabel new_field_label_i; in CeedOperatorGetContextFieldLabel() local2024 …Call(CeedQFunctionContextGetFieldLabel(sub_operators[i]->qf->ctx, field_name, &new_field_label_i)); in CeedOperatorGetContextFieldLabel()2025 if (new_field_label_i) { in CeedOperatorGetContextFieldLabel()2027 new_field_label->sub_labels[i] = new_field_label_i; in CeedOperatorGetContextFieldLabel()2028 new_field_label->name = new_field_label_i->name; in CeedOperatorGetContextFieldLabel()2029 new_field_label->description = new_field_label_i->description; in CeedOperatorGetContextFieldLabel()2030 if (new_field_label->type && new_field_label->type != new_field_label_i->type) { in CeedOperatorGetContextFieldLabel()2034 … CeedContextFieldTypes[new_field_label->type], CeedContextFieldTypes[new_field_label_i->type]); in CeedOperatorGetContextFieldLabel()2037 new_field_label->type = new_field_label_i->type; in CeedOperatorGetContextFieldLabel()2039 …if (new_field_label->num_values != 0 && new_field_label->num_values != new_field_label_i->num_valu… in CeedOperatorGetContextFieldLabel()[all …]