HomeSort by relevance Sort by last modified time
    Searched defs:cmd_name (Results 1 - 4 of 4) sorted by null

  /frameworks/native/cmds/servicemanager/
binder.c 60 const char *cmd_name(uint32_t cmd) function
203 fprintf(stderr,"%s:\n", cmd_name(cmd));
  /external/openssl/crypto/engine/
engine.h 273 * to zero and/or cmd_name set to NULL. */
277 const char *cmd_name; /* The command name itself */ member in struct:ENGINE_CMD_DEFN_st
440 * use the cmd_name and cmd_optional. */
441 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
444 /* This function passes a command-name and argument to an ENGINE. The cmd_name
450 * cmd_name the return value will be success anyway. This function is intended
463 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
    [all...]
  /external/openssl/include/openssl/
engine.h 273 * to zero and/or cmd_name set to NULL. */
277 const char *cmd_name; /* The command name itself */ member in struct:ENGINE_CMD_DEFN_st
440 * use the cmd_name and cmd_optional. */
441 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
444 /* This function passes a command-name and argument to an ENGINE. The cmd_name
450 * cmd_name the return value will be success anyway. This function is intended
463 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 872 const char *cmd_name = "LOAD_CERT_CTRL"; local
876 0, (void *)cmd_name, NULL)) {
    [all...]

Completed in 448 milliseconds