Home | History | Annotate | Download | only in libevent

Lines Matching defs:c1

2046 	char c1, c2;
2048 c1 = EVUTIL_TOLOWER(*s1++);
2050 if (c1 < c2)
2052 else if (c1 > c2)
2054 else if (c1 == 0)
2060 char c1, c2;
2062 c1 = EVUTIL_TOLOWER(*s1++);
2064 if (c1 < c2)
2066 else if (c1 > c2)
2068 else if (c1 == 0)