Lines Matching defs:copy
7 * copy of this software and associated documentation files (the "Software"),
9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
276 struct gl_debug_element *copy;
278 copy = malloc(sizeof(*copy));
279 if (!copy) {
284 copy->ID = elem->ID;
285 copy->State = elem->State;
286 list_addtail(©->link, &dst->Elements);
614 * 'buf' is not necessarily a null-terminated string. When logging, copy
1320 /* make a shallow copy */