Searched refs:sa_ops (Results 1 – 2 of 2) sorted by relevance
161 sa_proto_handle.sa_ops = in proto_plugin_init()165 sa_proto_handle.sa_ops != NULL) { in proto_plugin_init()182 sa_proto_handle.sa_ops[i] = in proto_plugin_init()229 if (sa_proto_handle.sa_ops != NULL) { in proto_plugin_fini()230 free(sa_proto_handle.sa_ops); in proto_plugin_fini()231 sa_proto_handle.sa_ops = NULL; in proto_plugin_fini()258 ops = sa_proto_handle.sa_ops[i]; in find_protocol()
90 struct sa_plugin_ops **sa_ops; member