Searched refs:subcommand (Results 1 – 1 of 1) sorted by relevance
| /memcached-1.4.29/ |
| H A D | memcached.c | 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() 1687 } else if (strncmp(subcommand, "detail", 6) == 0) { in process_bin_stat() 1688 char *subcmd_pos = subcommand + 6; in process_bin_stat() 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() [all …]
|