Home
last modified time | relevance | path

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

/dports/databases/twemproxy/twemproxy-0.5.0/src/proto/
H A Dnc_proto.h87 #define str3icmp(m, c0, c1, c2) \ macro
93 (str3icmp(m, c0, c1, c2) && (m[3] == c3 || m[3] == (c3 ^ 0x20)))
H A Dnc_redis.c582 if (str3icmp(m, 'g', 'e', 't')) { in redis_parse_req()
587 if (str3icmp(m, 's', 'e', 't')) { in redis_parse_req()
592 if (str3icmp(m, 't', 't', 'l')) { in redis_parse_req()
597 if (str3icmp(m, 'd', 'e', 'l')) { in redis_parse_req()