Searched refs:proxy_process_command (Results 1 – 1 of 1) sorted by relevance
| /memcached-1.6.32/ |
| D | proto_proxy.c | 16 static void proxy_process_command(conn *c, char *command, size_t cmdlen, bool multiget); 679 proxy_process_command(c, c->rcurr, cont - c->rcurr, PROCESS_NORMAL); in try_read_command_proxy() 1006 static void proxy_process_command(conn *c, char *command, size_t cmdlen, bool multiget) { in proxy_process_command() function 1109 proxy_process_command(c, temp, cur - temp, PROCESS_MULTIGET); in proxy_process_command()
|