]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pattern: add sample lookup function.
authorThierry FOURNIER <tfournier@exceliance.fr>
Wed, 15 Jan 2014 10:25:26 +0000 (11:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:07 +0000 (18:06 +0100)
commit55d0b10f06ac3fd6b58b42d4a61a3c68d2c421fa
tree4d4fd0aeb1f1306a448d56c236e386dd3efef80c
parent6f7203d6736d3f10ddf2c3775bbf3fe29359d566
MEDIUM: pattern: add sample lookup function.

Some functions needs to change the sample associated to pattern. This
new pointer permit to return the a pointer to the sample pointer. The
caller can use or change the value.
include/proto/pattern.h
include/types/acl.h
include/types/pattern.h
src/acl.c
src/dumpstats.c
src/map.c
src/pattern.c
src/payload.c
src/proto_http.c
src/ssl_sock.c