Lines Matching defs:copy
6 * this file except in compliance with the License. You can obtain a copy
104 /* aka SSL_get0_session; gets 0 objects, just returns a copy of the pointer */
203 /* As the copy is not in the cache, we remove the associated pointers */
303 * it as non-resumable (e.g. in another thread) - but this copy should be ok to
541 int copy = 1;
543 ret = s->session_ctx->get_session_cb(s, sess_id, sess_id_len, ©);
548 if (!copy)
559 * reference count itself [i.e. copy == 0], or things won't be
562 if (copy)
1340 int len, int *copy))
1348 int *copy) {