commit | 7148ce6ef433cb46974f1241961f363027d0c013 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Fri Dec 06 19:06:43 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 12 15:42:11 2013 +0100 |
tree | 04cebaf781085b16a8ad7d69e52359741e8ce7dc | |
parent | f3489d2ccde3033d3cee3226c64d617c60acfc02 [diff] |
MEDIUM: pattern: Extract the index process from the pat_parse_*() functions Now, the pat_parse_*() functions parses the incoming data. The input "pattern" struct can be preallocated. If the parser needs to add some buffers, it allocates memory. The function pattern_register() runs the call to the parser, process the key indexation and associate the "sample_storage" used by maps.