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

Method append

src/api/APIHooks.cc:41–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void
42APIHooks::append(INKContInternal *cont)
43{
44 APIHook *api_hook;
45
46 Thread *t = this_thread();
47 api_hook = SAFE_THREAD_ALLOC(apiHookAllocator, t);
48 api_hook->m_cont = cont;
49
50 m_hooks.enqueue(api_hook);
51}
52
53void
54APIHooks::clear()

Callers 15

dump_contextFunction · 0.45
genconfig.pyFile · 0.45
print_summaryFunction · 0.45
TransformControlMethod · 0.45
plugin_dso_loadFunction · 0.45
getRemapPluginMethod · 0.45
concat_errorFunction · 0.45
addMethod · 0.45
initMethod · 0.45
initInstanceMethod · 0.45

Calls 2

this_threadFunction · 0.85
enqueueMethod · 0.45

Tested by 3

update_file_nameFunction · 0.36
__init__Method · 0.36