Home
last modified time | relevance | path

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

/third_party/openssl/crypto/engine/
Deng_ctrl.c26 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) in int_ctrl_cmd_is_null()
51 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) { in int_ctrl_cmd_by_num()
55 if (defn->cmd_num == num) in int_ctrl_cmd_by_num()
72 return e->cmd_defns->cmd_num; in int_ctrl_helper()
90 return e->cmd_defns[idx].cmd_num; in int_ctrl_helper()
106 return int_ctrl_cmd_is_null(cdp) ? 0 : cdp->cmd_num; in int_ctrl_helper()
/third_party/boost/boost/dll/detail/
Dmacho_info.hpp187 static void command_finder(std::ifstream& fs, uint32_t cmd_num, F callback_f) { in command_finder() argument
194 if (command.cmd != cmd_num) { in command_finder()
/third_party/openssl/include/openssl/
Dengine.h252 unsigned int cmd_num; /* The command number */ member