Home
last modified time | relevance | path

Searched refs:EXT_COPY_NONE (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/apps/
Dapps.h595 # define EXT_COPY_NONE 0 macro
Dapps.c1073 *copy_type = EXT_COPY_NONE; in set_ext_copy()
1089 if (!x || !req || (copy_type == EXT_COPY_NONE)) in copy_extensions()
Dca.c255 int batch = 0, default_op = 1, doupdatedb = 0, ext_copy = EXT_COPY_NONE; in ca_main()