Searched defs:db_command (Results 1 – 2 of 2) sorted by relevance
112 struct db_command { struct121 * CS_MORE db_command() prepare argument list. argument131 uint16_t flag; /* extra info: */143 const char *cmd_descr; /* description of command */144 const char *cmd_arg; /* command arguments */145 const char *cmd_arg_help; /* arguments description */
858 db_command(const struct db_command **last_cmdp) in db_command() function