MCPcopy Create free account
hub / github.com/Kitware/CMake / keyeq

Function keyeq

Utilities/cmexpat/lib/xmlparse.c:7793–7799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7791#define INIT_POWER 6
7792
7793static XML_Bool FASTCALL
7794keyeq(KEY s1, KEY s2) {
7795 for (; *s1 == *s2; s1++, s2++)
7796 if (*s1 == 0)
7797 return XML_TRUE;
7798 return XML_FALSE;
7799}
7800
7801static size_t
7802keylen(KEY s) {

Callers 1

lookupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…