Lines Matching defs:copy
7 * a copy of this software and associated documentation files (the
9 * without limitation the rights to use, copy, modify, merge, publish,
160 ptr = std::copy(std::begin(proto), std::end(proto), ptr);
367 std::copy(std::begin(*data), std::end(*data), buf);
456 int idlen, int *copy) {
474 *copy = 0;
571 std::copy(std::begin(key.data.name), std::end(key.data.name), key_name);
857 std::copy(std::begin(secret), std::end(secret), psk);
891 *std::copy(std::begin(identity), std::end(identity), identity_out) = '\0';
892 std::copy(std::begin(secret), std::end(secret), psk);
2206 auto end_buf = std::copy(std::begin(cn), std::end(cn), std::begin(buf));