Searched refs:rp_proto_handle (Results 1 – 2 of 2) sorted by relevance
47 static rp_proto_handle_t rp_proto_handle; variable286 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()290 rp_proto_handle.rp_num_proto = 0; 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()391 rp_hdl = &rp_proto_handle; in rp_plugin_init()430 for (i = 0; i < rp_proto_handle.rp_num_proto; i++) { in rp_find_protocol()431 ops = rp_proto_handle.rp_ops[i]; in rp_find_protocol()
66 typedef struct rp_proto_handle { struct