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

Function RecGetRecordString_Xmalloc

src/records/RecCore.cc:457–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457RecErrT
458RecGetRecordString_Xmalloc(const char *name, RecString *rec_string, bool lock)
459{
460 RecErrT err;
461 RecData data;
462
463 if ((err = RecGetRecord_Xmalloc(name, RECD_STRING, &data, lock)) == REC_ERR_OKAY) {
464 *rec_string = data.rec_string;
465 }
466 return err;
467}
468
469RecErrT
470RecGetRecordCounter(const char *name, RecCounter *rec_counter, bool lock)

Callers 7

RecLinkConfigStringFunction · 0.85
REC_ConfigReadStringFunction · 0.85
REC_readStringFunction · 0.85
plugin_expandFunction · 0.85
reconfigureMethod · 0.85
TSMgmtStringGetFunction · 0.85
create_logger_pathFunction · 0.85

Calls 1

RecGetRecord_XmallocFunction · 0.85

Tested by

no test coverage detected