| 82 | } |
| 83 | |
| 84 | static size_t _SlowLogItem_ToString |
| 85 | ( |
| 86 | const SlowLogItem *item, |
| 87 | char **s |
| 88 | ) { |
| 89 | ASSERT(item); |
| 90 | return _compute_key(s, item->cmd, item->query); |
| 91 | } |
| 92 | |
| 93 | static void _SlowLog_RemoveItemFromLookup |
| 94 | ( |
no test coverage detected