Lines Matching refs:context_labels
397 if (op->context_labels[i] == field_label) index = i; in CeedOperatorContextSetGeneric()
464 if (op->context_labels[i] == field_label) index = i; in CeedOperatorContextGetGenericRead()
527 if (op->context_labels[i] == field_label) index = i; in CeedOperatorContextRestoreGenericRead()
2003 if (!strcmp(op->context_labels[i]->name, field_name)) { in CeedOperatorGetContextFieldLabel()
2004 *field_label = op->context_labels[i]; in CeedOperatorGetContextFieldLabel()
2083 CeedCall(CeedCalloc(1, &op->context_labels)); in CeedOperatorGetContextFieldLabel()
2086 CeedCall(CeedRealloc(2 * op->num_context_labels, &op->context_labels)); in CeedOperatorGetContextFieldLabel()
2089 op->context_labels[op->num_context_labels] = *field_label; in CeedOperatorGetContextFieldLabel()
2495 CeedCall(CeedFree(&(*op)->context_labels[i]->sub_labels)); in CeedOperatorDestroy()
2496 CeedCall(CeedFree(&(*op)->context_labels[i])); in CeedOperatorDestroy()
2499 CeedCall(CeedFree(&(*op)->context_labels)); in CeedOperatorDestroy()