Lines Matching defs:c2
1903 struct ent *c2;
1924 * All of our comparisons will be of the c1 entry against the c2 one,
1929 c2 = *e2;
1933 c2 = *e1;
1938 if (c1->lm > c2->lm) {
1941 else if (c1->lm < c2->lm) {
1946 if (c1->size > c2->size) {
1949 else if (c1->size < c2->size) {
1956 c2->desc ? c2->desc : "");
1960 c2->desc ? c2->desc : "");
1977 result = apr_strnatcasecmp (c1->name, c2->name);
1980 result = apr_strnatcmp(c1->name, c2->name);
1991 result = strcasecmp (c1->name, c2->name);
1995 result = strcmp (c1->name, c2->name);