Lines Matching defs:copy
3 * Permission is hereby granted, free of charge, to any person obtaining a copy
6 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
57 struct dirent* copy;
58 copy = uv__malloc(sizeof(*copy));
59 if (!copy)
61 memcpy(copy, dirent, sizeof(*copy));
63 nl_copy = uv__realloc(nl, sizeof(*copy) * (count + 1));
65 uv__free(copy);
70 nl[count++] = copy;