Home
last modified time | relevance | path

Searched refs:clixon_plugins_load (Results 1 – 7 of 7) sorted by relevance

/dports/devel/clixon/clixon-4.8.0/lib/clixon/
H A Dclixon_plugin.h289 int clixon_plugins_load(clicon_handle h, const char *function, const char *dir, const char *regexp);
/dports/devel/clixon/clixon-4.8.0/apps/restconf/
H A Drestconf_main_fcgi.c360 if (clixon_plugins_load(h, CLIXON_PLUGIN_INIT, dir, NULL) < 0) in main()
H A Drestconf_main_evhtp.c930 if (clixon_plugins_load(h, CLIXON_PLUGIN_INIT, dir, NULL) < 0) in main()
/dports/devel/clixon/clixon-4.8.0/apps/cli/
H A Dcli_main.c621 clixon_plugins_load(h, CLIXON_PLUGIN_INIT, dir, NULL) < 0) in main()
/dports/devel/clixon/clixon-4.8.0/apps/netconf/
H A Dnetconf_main.c657 clixon_plugins_load(h, CLIXON_PLUGIN_INIT, dir, NULL) < 0) in main()
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_plugin.c273 clixon_plugins_load(clicon_handle h, in clixon_plugins_load() function
/dports/devel/clixon/clixon-4.8.0/apps/backend/
H A Dbackend_main.c739 clixon_plugins_load(h, CLIXON_PLUGIN_INIT, dir, in main()