rp_proto_handle
if (rp_proto_handle.rp_ops != NULL) {
free(rp_proto_handle.rp_ops);
rp_proto_handle.rp_ops = NULL;
rp_proto_handle.rp_num_proto = 0;
rp_proto_handle.rp_ops = (rp_plugin_ops_t **)calloc(num_protos,
if (!rp_proto_handle.rp_ops) {
rp_hdl = &rp_proto_handle;
for (i = 0; i < rp_proto_handle.rp_num_proto; i++) {
ops = rp_proto_handle.rp_ops[i];
static rp_proto_handle_t rp_proto_handle;