Lines Matching defs:ops
799 const plugin_operations_t *ops, void *handle)
808 plugin->ops = ops;
830 const struct plugin_operations *ops;
837 ops = (struct plugin_operations*)NULL;
845 ops = plugin->ops;
864 ops = (*pinit)(tag);
865 if (ops && register_reparse_plugin(ctx,
866 seltag, ops, handle))
867 ops = (struct plugin_operations*)NULL;
870 if (!ops)
883 if (ops && reparse_wanted)
888 return (ops);
932 const plugin_operations_t *ops;
935 ops = select_reparse_plugin(ctx, ni, &reparse);
936 if (ops) {
937 if (ops->getattr
938 && !ops->getattr(ni,reparse,&stbuf)) {