commit | ad8f8e8ffb9bc619ad2e4c0783bcd744486df127 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 19 15:18:06 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 19 15:18:06 2012 +0200 |
tree | f8cf9f8ee43be0c57c6b6e0ecd0e4b5d9a145739 | |
parent | 8c866a38581152c25c8a6024da5645821aebdb46 [diff] |
MINOR: chunk: provide string compare functions It's sometimes needed to be able to compare a zero-terminated string with a chunk, so we now have two functions to do that, one strcmp() equivalent and one strcasecmp() equivalent.