MCPcopy Create free account
hub / github.com/apache/trafficserver / RecLinkConfigString

Function RecLinkConfigString

src/records/RecCore.cc:302–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302RecErrT
303RecLinkConfigString(const char *name, RecString *rec_string)
304{
305 if (RecGetRecordString_Xmalloc(name, rec_string) == REC_ERR_FAIL) {
306 return REC_ERR_FAIL;
307 }
308 return RecRegisterConfigUpdateCb(name, link_string_alloc, (void *)rec_string);
309}
310
311RecErrT
312RecLinkConfigByte(const char *name, RecByte *rec_byte)

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected