OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:duped
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
evp_test.c
1095
EVP_CIPHER_CTX *ctx = NULL, *
duped
;
local
1244
duped
= EVP_CIPHER_CTX_dup(ctx);
1245
if (
duped
!= NULL) {
1247
ctx =
duped
;
Completed in 18 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026