commit | c9a31da73f64a846c2a2f5606dcf965d2cca06a9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Dec 14 12:40:27 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 14 12:43:37 2009 +0100 |
tree | 2c60a539cce973e109bbe47bf8a305d12d40ae42 | |
parent | dd1b01d027bc3f71006d038942c81613b8872edc [diff] |
[MINOR] ebtree: add functions to lookup non-null terminated strings Sometimes it's useful to lookup a string without terminating it with a zero. We can do that relying on ebmb_lookup() since the string in the tree contains a zero.