Searched refs:rp_ops (Results 1 – 2 of 2) sorted by relevance
290 if (rp_proto_handle.rp_ops != NULL) { in proto_plugin_fini()291 free(rp_proto_handle.rp_ops); in proto_plugin_fini()292 rp_proto_handle.rp_ops = NULL; in proto_plugin_fini()388 rp_proto_handle.rp_ops = (rp_plugin_ops_t **)calloc(num_protos, in rp_plugin_init()390 if (!rp_proto_handle.rp_ops) { in rp_plugin_init()405 rp_hdl->rp_ops[rp_hdl->rp_num_proto++] = tmp->plugin_ops; in rp_plugin_init()435 ops = rp_proto_handle.rp_ops[i]; in rp_find_protocol()
68 rp_plugin_ops_t **rp_ops; member