| 131 | } |
| 132 | |
| 133 | static TSMLoc |
| 134 | nextDuplicate(TSMBuffer buffer, TSMLoc hdr, TSMLoc field) |
| 135 | { |
| 136 | TSMLoc next = TSMimeHdrFieldNextDup(buffer, hdr, field); |
| 137 | TSHandleMLocRelease(buffer, hdr, field); |
| 138 | return next; |
| 139 | } |
| 140 | |
| 141 | /** |
| 142 | * @brief Iterates through all User-Agent headers and fields and classifies them using provided classifier. |
no test coverage detected