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

Function init_plugin_state_t

plugins/regex_revalidate/regex_revalidate.cc:178–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178static plugin_state_t *
179init_plugin_state_t(plugin_state_t *pstate)
180{
181 pstate->invalidate_list = nullptr;
182 pstate->config_path = nullptr;
183 pstate->match_header = nullptr;
184 pstate->last_load = 0;
185 pstate->log = nullptr;
186 pstate->state_path = nullptr;
187 return pstate;
188}
189
190static void
191free_plugin_state_t(plugin_state_t *pstate)

Callers 1

TSPluginInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected