| 225 | } |
| 226 | |
| 227 | inline int |
| 228 | free_CacheVC(CacheVC *cont) |
| 229 | { |
| 230 | free_CacheVCCommon(cont); |
| 231 | THREAD_FREE(cont, cacheVConnectionAllocator, this_thread()); |
| 232 | return EVENT_DONE; |
| 233 | } |
| 234 | |
| 235 | inline int |
| 236 | free_CacheEvacuateDocVC(CacheEvacuateDocVC *cont) |
no test coverage detected