Lines Matching refs:subcommand
1667 char *subcommand = binary_get_key(c); in process_bin_stat() local
1674 fprintf(stderr, "%c", subcommand[ii]); in process_bin_stat()
1683 } else if (strncmp(subcommand, "reset", 5) == 0) { in process_bin_stat()
1685 } else if (strncmp(subcommand, "settings", 8) == 0) { in process_bin_stat()
1687 } else if (strncmp(subcommand, "detail", 6) == 0) { in process_bin_stat()
1688 char *subcmd_pos = subcommand + 6; in process_bin_stat()
1708 if (get_stats(subcommand, nkey, &append_stats, c)) { in process_bin_stat()
3065 const char *subcommand = tokens[SUBCOMMAND_TOKEN].value; in process_stat() local
3076 } else if (strcmp(subcommand, "reset") == 0) { in process_stat()
3080 } else if (strcmp(subcommand, "detail") == 0) { in process_stat()
3088 } else if (strcmp(subcommand, "settings") == 0) { in process_stat()
3090 } else if (strcmp(subcommand, "cachedump") == 0) { in process_stat()
3113 } else if (strcmp(subcommand, "conns") == 0) { in process_stat()
3118 if (get_stats(subcommand, strlen(subcommand), &append_stats, c)) { in process_stat()