Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dplugin.c48 PLUGIN_FUNC_SIZEOF enumerator
371 srv->plugin_slots = calloc(PLUGIN_FUNC_SIZEOF, sizeof(ps));
443 for (i = 0; srv->plugin_slots && i < PLUGIN_FUNC_SIZEOF; i++) { in plugins_free()