| 2655 | #define BOOKMARK_MEMALLOC 0x80 |
| 2656 | |
| 2657 | static inline char plugin_var_bookmark_key(uint flags) |
| 2658 | { |
| 2659 | return (flags & PLUGIN_VAR_TYPEMASK) | |
| 2660 | (flags & PLUGIN_VAR_MEMALLOC ? BOOKMARK_MEMALLOC : 0); |
| 2661 | } |
| 2662 | |
| 2663 | #define EXTRA_OPTIONS 3 /* options for: 'foo', 'plugin-foo' and NULL */ |
| 2664 |
no outgoing calls
no test coverage detected