Lines Matching defs:newOps
208 struct BBoxOps *newOps = NULL;
217 newOps = malloc(sizeof(*newOps));
218 if (newOps == NULL) {
222 (void)memset_s(newOps, sizeof(*newOps), 0, sizeof(*newOps));
223 (void)memcpy_s(&newOps->ops, sizeof(newOps->ops), ops, sizeof(*ops));
226 free(newOps);
236 free(newOps);
243 UtilsListTailInsert(&g_opsList, &newOps->opsList);