| 134 | // Return the length of a string literal. |
| 135 | template <int N> |
| 136 | unsigned |
| 137 | lengthof(const char (&)[N]) |
| 138 | { |
| 139 | return N - 1; |
| 140 | } |
| 141 | |
| 142 | static TSMLoc |
| 143 | FindOrMakeHdrField(TSMBuffer buffer, TSMLoc hdr, const char *name, unsigned len) |
no outgoing calls
no test coverage detected