Home | History | Annotate | Download | only in src

Lines Matching defs:s2

1238   byte* s2 = reinterpret_cast<byte*>(second);
1243 if (c1 != *s2) return false;
1246 s2++;
1249 return memcmp(s1, s2, length) == 0;