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

Function RecRegisterConfigString

src/records/P_RecCore.cc:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117RecErrT
118RecRegisterConfigString(RecT rec_type, const char *name, const char *data_default_tmp, RecUpdateT update_type, RecCheckT check_type,
119 const char *check_regex, RecSourceT source, RecAccessT access_type)
120{
121 RecString data_default = const_cast<RecString>(data_default_tmp);
122 ink_assert((rec_type == RECT_CONFIG) || (rec_type == RECT_LOCAL));
123 REC_REGISTER_CONFIG_XXX(rec_string, RECD_STRING);
124}
125
126RecErrT
127RecRegisterConfigCounter(RecT rec_type, const char *name, RecCounter data_default, RecUpdateT update_type, RecCheckT check_type,

Callers 3

RecordsConfigRegisterFunction · 0.85
initialize_recordFunction · 0.85
TSMgmtStringCreateFunction · 0.85

Calls

no outgoing calls

Tested by 1

RecordsConfigRegisterFunction · 0.68