Home | History | Annotate | Download | only in lib

Lines Matching defs:c2

1000   struct Cookie *c2 = *(struct Cookie **)p2;
1005 l2 = c2->path ? strlen(c2->path) : 0;
1012 l2 = c2->domain ? strlen(c2->domain) : 0;
1018 if(c1->name && c2->name)
1019 return strcmp(c1->name, c2->name);