Searched refs:rp_ops (Results 1 – 2 of 2) sorted by relevance
286 if (rp_proto_handle.rp_ops != NULL) { in proto_plugin_fini()287 free(rp_proto_handle.rp_ops); in proto_plugin_fini()288 rp_proto_handle.rp_ops = NULL; in proto_plugin_fini()384 rp_proto_handle.rp_ops = (rp_plugin_ops_t **)calloc(num_protos, in rp_plugin_init()386 if (!rp_proto_handle.rp_ops) { in rp_plugin_init()401 rp_hdl->rp_ops[rp_hdl->rp_num_proto++] = tmp->plugin_ops; in rp_plugin_init()431 ops = rp_proto_handle.rp_ops[i]; in rp_find_protocol()
68 rp_plugin_ops_t **rp_ops; member