Lines Matching refs:ps
80 plugin **ps; in plugins_register() local
83 srv->plugins.ptr = malloc(srv->plugins.size * sizeof(*ps)); in plugins_register()
87 srv->plugins.ptr = realloc(srv->plugins.ptr, srv->plugins.size * sizeof(*ps)); in plugins_register()
90 ps = srv->plugins.ptr; in plugins_register()
91 ps[srv->plugins.used++] = p; in plugins_register()
329 plugin **ps;
331 ps = srv->plugins.ptr;
334 plugin *p = ps[i];
365 plugin **ps; local
367 ps = srv->plugins.ptr;
371 srv->plugin_slots = calloc(PLUGIN_FUNC_SIZEOF, sizeof(ps));
377 plugin *p = ps[i];