Lines Matching defs:copy
9 * A copy of the License is available at *
22 * copy input records in original order
43 reg Copy_t* copy = (Copy_t*)rs->methdata;
45 if (copy->tail)
46 copy->tail->right = obj;
48 copy->head = obj;
49 copy->tail = obj;
60 reg Copy_t* copy = (Copy_t*)rs->methdata;
62 if (copy->tail)
64 copy->tail->right = 0;
65 copy->tail = 0;
67 return copy->head;
76 "copy",