method_info_t
destroy_method_info(method_info_t *mi)
static method_info_t *
method_info_t *ret;
if ((ret = calloc(1, sizeof (method_info_t))) == NULL)
method_info_equal(const method_info_t *mi, const method_info_t *mi2)
destroy_method_infos(method_info_t **mis)
method_info_t **mis)
exec_method(instance_t *instance, instance_method_t method, method_info_t *mi,
exec_method(instance_t *instance, instance_method_t method, method_info_t *mi,
method_info_t *mi;
method_info_t *methods[NUM_METHODS];
extern boolean_t method_info_equal(const method_info_t *,
const method_info_t *);
method_info_t *mi = ins->config->methods[mthd];