Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dvgdb.c928 static int packet_len_for_command(char *cmd) in packet_len_for_command() function
986 hexcommand = vmalloc (packet_len_for_command(commands[nc])); in standalone_send_commands()
1419 if (packet_len_for_command(commands[last_command]) > PBUFSIZ) { in parse_options()