- command_output_put
int command_output_put(CMDGlobalState cgs, Dbt* key, Dbt* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- find_next_by_key
ulong find_next_by_key(Dbc cursor, ulong cmd_id, ulong id, Dbt key, Dbt data)
Undocumented in source. Be warned that the author may not have intended to support it.
- find_next_command
ulong find_next_command(Dbc cursor, string cwd, ulong cmd_id, Dbt key, Dbt data)
Undocumented in source. Be warned that the author may not have intended to support it.
- find_next_command_out
ulong find_next_command_out(Dbc cursor, string cwd, ulong cmd_id, ulong out_id, Dbt key, Dbt data)
Undocumented in source. Be warned that the author may not have intended to support it.
- find_prev_by_key
ulong find_prev_by_key(Dbc cursor, ulong id, Dbt key, Dbt data)
Undocumented in source. Be warned that the author may not have intended to support it.
- find_prev_command
ulong find_prev_command(Dbc cursor, string cwd, ulong cmd_id, Dbt key, Dbt data)
Undocumented in source. Be warned that the author may not have intended to support it.
- find_prev_command_out
ulong find_prev_command_out(Dbc cursor, string cwd, ulong cmd_id, ulong out_id, Dbt key, Dbt data)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_data_for_command
string get_data_for_command(command_data d)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_data_for_command_out
string get_data_for_command_out(command_out_data d)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_key_for_command
string get_key_for_command(command_key k)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_key_for_command_out
string get_key_for_command_out(command_out_key k)
Undocumented in source. Be warned that the author may not have intended to support it.
- parse_data_for_command
void parse_data_for_command(string data_string, command_data d)
Undocumented in source. Be warned that the author may not have intended to support it.
- parse_data_for_command_out
void parse_data_for_command_out(string data_string, command_out_data d)
Undocumented in source. Be warned that the author may not have intended to support it.
- parse_key_for_command
void parse_key_for_command(string key_string, command_key k)
Undocumented in source. Be warned that the author may not have intended to support it.
- parse_key_for_command_out
void parse_key_for_command_out(string key_string, command_out_key k)
Undocumented in source. Be warned that the author may not have intended to support it.