]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pattern_find_smp: functions find_smp uses the pat_ref_elt to find the element...
authorThierry FOURNIER <tfournier@exceliance.fr>
Wed, 29 Jan 2014 15:24:55 +0000 (16:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:08 +0000 (18:06 +0100)
commite369ca2e666fcd8c18a4d94e59dc2d8d14cbd585
treede0c4eda51926098342fbeb33a03cb2beb65d4e0
parent7acca4b26955b22e379012cea3141aa99a4b7725
MEDIUM: pattern_find_smp: functions find_smp uses the pat_ref_elt to find the element to be removed

The find_smp search the smp using the value of the pat_ref_elt pointer.

The pat_find_smp_* are no longer used. The function pattern_find_smp()
known all pattern indexation, and can be found
include/proto/pattern.h
include/types/acl.h
include/types/pattern.h
src/acl.c
src/map.c
src/pattern.c
src/payload.c
src/proto_http.c
src/ssl_sock.c