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

Function poolAppendString

Utilities/cmexpat/lib/xmlparse.c:8056–8064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8054}
8055
8056static const XML_Char *FASTCALL
8057poolAppendString(STRING_POOL *pool, const XML_Char *s) {
8058 while (*s) {
8059 if (! poolAppendChar(pool, *s))
8060 return NULL;
8061 s++;
8062 }
8063 return pool->start;
8064}
8065
8066static XML_Char *
8067poolStoreString(STRING_POOL *pool, const ENCODING *enc, const char *ptr,

Callers 2

doPrologFunction · 0.85
storeSelfEntityValueFunction · 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…