haproxy/include
Thierry FOURNIER edc15c3a35 MEDIUM: pattern: The parse functions just return "struct pattern" without memory allocation
The pattern parse functions put the parsed result in a "struct pattern"
without memory allocation. If the pattern must reference the input data
without changes, the pattern point to the parsed string. If buffers are
needed to store translated data, it use th trash buffer. The indexation
function that allocate the memory later if it is needed.
2014-03-17 18:06:07 +01:00
..
common MEDIUM: acl/pattern: standardisation "of pat_parse_int()" and "pat_parse_dotted_ver()" 2014-03-17 18:06:06 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MEDIUM: pattern: The parse functions just return "struct pattern" without memory allocation 2014-03-17 18:06:07 +01:00
types MEDIUM: pattern: The parse functions just return "struct pattern" without memory allocation 2014-03-17 18:06:07 +01:00