haproxy/ebtree
Willy Tarreau c9a31da73f [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.
2009-12-14 12:43:37 +01:00
..
compiler.h [BUG] definitely fix regparm issues between haproxy core and ebtree 2009-10-27 21:53:58 +01:00
eb32tree.c [IMPORT] import ebtree v5.0 into directory ebtree/ 2009-10-26 19:48:54 +01:00
eb32tree.h [IMPORT] import ebtree v5.0 into directory ebtree/ 2009-10-26 19:48:54 +01:00
eb64tree.c [IMPORT] import ebtree v5.0 into directory ebtree/ 2009-10-26 19:48:54 +01:00
eb64tree.h [IMPORT] import ebtree v5.0 into directory ebtree/ 2009-10-26 19:48:54 +01:00
ebimtree.c [IMPORT] import ebtree v5.0 into directory ebtree/ 2009-10-26 19:48:54 +01:00
ebimtree.h [IMPORT] import ebtree v5.0 into directory ebtree/ 2009-10-26 19:48:54 +01:00
ebistree.c [MINOR] ebtree: add functions to lookup non-null terminated strings 2009-12-14 12:43:37 +01:00
ebistree.h [MINOR] ebtree: add functions to lookup non-null terminated strings 2009-12-14 12:43:37 +01:00
ebmbtree.c [IMPORT] import ebtree v5.0 into directory ebtree/ 2009-10-26 19:48:54 +01:00
ebmbtree.h [BUILD] missing #ifndef in ebmbtree.h 2009-11-02 14:41:23 +01:00
ebpttree.c [IMPORT] import ebtree v5.0 into directory ebtree/ 2009-10-26 19:48:54 +01:00
ebpttree.h [IMPORT] import ebtree v5.0 into directory ebtree/ 2009-10-26 19:48:54 +01:00
ebsttree.c [MINOR] ebtree: add functions to lookup non-null terminated strings 2009-12-14 12:43:37 +01:00
ebsttree.h [MINOR] ebtree: add functions to lookup non-null terminated strings 2009-12-14 12:43:37 +01:00
ebtree.c [IMPORT] import ebtree v5.0 into directory ebtree/ 2009-10-26 19:48:54 +01:00
ebtree.h [BUG] definitely fix regparm issues between haproxy core and ebtree 2009-10-27 21:53:58 +01:00