MCPcopy Create free account
hub / github.com/acl-dev/acl / http_plugin_init

Function http_plugin_init

app/jaws/plugin/cgi/http_plugin.c:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void http_plugin_init(ACL_DLL_ENV *dll_env, const char *cfg_dir)
27{
28 plugin_init(dll_env);
29 http_conf_load(cfg_dir);
30}
31
32void http_plugin_pool_create(int threads_limit, int threads_idle)
33{

Callers

nothing calls this directly

Calls 2

plugin_initFunction · 0.70
http_conf_loadFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…