[#ENGINE_get_cmd_defns] = ENGINE_get_cmd_defns :mrdocs: Return the control‐command definition table registered on an ENGINE. == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:ENGINE_CMD_DEFN.adoc[ENGINE_CMD_DEFN] const* ENGINE_get_cmd_defns(xref:ENGINE.adoc[ENGINE] const* e); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Array of ENGINE_CMD_DEFN entries (typically terminated by a zero cmd_num), or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *e* | ENGINE to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#