Searched refs:DYNAMIC_LIBNAME (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_dyn.c143 const char *DYNAMIC_LIBNAME; member in struct:st_dynamic_data_ctx
195 if (ctx->DYNAMIC_LIBNAME)
196 OPENSSL_free((void *)ctx->DYNAMIC_LIBNAME);
223 c->DYNAMIC_LIBNAME = NULL;
370 if (ctx->DYNAMIC_LIBNAME)
371 OPENSSL_free((void *)ctx->DYNAMIC_LIBNAME);
373 ctx->DYNAMIC_LIBNAME = BUF_strdup(p);
375 ctx->DYNAMIC_LIBNAME = NULL;
376 return (ctx->DYNAMIC_LIBNAME ? 1 : 0);
434 ctx->DYNAMIC_LIBNAME, NUL
[all...]

Completed in 48 milliseconds