Searched refs:rp_ops (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libreparse/common/
H A Drp_plugin.h67 rp_plugin_ops_t **rp_ops; member in struct:rp_proto_handle
H A Dfs_reparse_lib.c295 if (rp_proto_handle.rp_ops != NULL) {
296 free(rp_proto_handle.rp_ops);
297 rp_proto_handle.rp_ops = NULL;
395 rp_proto_handle.rp_ops = (rp_plugin_ops_t **)calloc(num_protos,
397 if (!rp_proto_handle.rp_ops) {
412 rp_hdl->rp_ops[rp_hdl->rp_num_proto++] = tmp->plugin_ops;
443 ops = rp_proto_handle.rp_ops[i];

Completed in 22 milliseconds