Searched defs:rp_proto_handle (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libreparse/common/
H A Drp_plugin.h65 typedef struct rp_proto_handle { struct
H A Dfs_reparse_lib.c48 static rp_proto_handle_t rp_proto_handle; variable
295 if (rp_proto_handle.rp_ops != NULL) {
296 free(rp_proto_handle.rp_ops);
297 rp_proto_handle.rp_ops = NULL;
299 rp_proto_handle.rp_num_proto = 0;
395 rp_proto_handle.rp_ops = (rp_plugin_ops_t **)calloc(num_protos,
397 if (!rp_proto_handle.rp_ops) {
402 rp_hdl = &rp_proto_handle;
442 for (i = 0; i < rp_proto_handle.rp_num_proto; i++) {
443 ops = rp_proto_handle
[all...]

Completed in 187 milliseconds