Home
last modified time | relevance | path

Searched refs:mk_plugin_lookup (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/include/monkey/
H A Dmk_plugin.h376 struct mk_plugin *mk_plugin_lookup(char *shortname, struct mk_server *server);
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/mk_server/
H A Dmk_plugin.c45 struct mk_plugin *mk_plugin_lookup(char *shortname, struct mk_server *server) in mk_plugin_lookup() function
H A Dmk_vhost.c578 p = mk_plugin_lookup(h_handler->name, server); in mk_vhost_map_handlers()